V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
g
i
k
n
p
r
s
t
Functions
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
c
d
e
h
k
l
n
o
s
Typedefs
Enumerations
+
Files
File List
Examples
▼
V8 API Reference Guide
The V8 public C++ API
▶
Namespaces
▶
Classes
▼
Files
▶
File List
▶
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
codegen-arm64.cc
1
// Copyright 2013 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#if V8_TARGET_ARCH_ARM64
6
7
#include "src/arm64/assembler-arm64-inl.h"
8
#include "src/arm64/macro-assembler-arm64-inl.h"
9
#include "src/arm64/simulator-arm64.h"
10
#include "src/codegen.h"
11
#include "src/macro-assembler.h"
12
13
namespace
v8
{
14
namespace
internal {
15
16
#define __ ACCESS_MASM(masm)
17
18
UnaryMathFunction CreateSqrtFunction() {
return
nullptr
; }
19
20
#undef __
21
22
}
// namespace internal
23
}
// namespace v8
24
25
#endif // V8_TARGET_ARCH_ARM64
v8
Definition:
libplatform.h:13
v8
src
arm64
codegen-arm64.cc
Generated on Tue Dec 25 2018 14:38:03 by
1.8.14