Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:ecmaOpcode
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H
A
D
pgo_type_infer.cpp
35
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in RunTypeInfer()
local
110
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in InferAccessObjByValue()
local
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
ts_hcr_opt_pass.cpp
130
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in IsNotLoadStrOrStringLoadElement()
local
H
A
D
lexical_env_specialization_pass.cpp
39
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in VisitGate()
local
139
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in SearchStLexVar()
local
194
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(curEnv);
in caclulateDistanceToTarget()
local
232
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(current);
in LookUpNotDomStLexVarOrCall()
local
328
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(func);
TryGetReplaceEnv()
local
[all...]
H
A
D
ntype_bytecode_lowering.cpp
55
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in Lower()
local
294
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in AddProfiling()
local
320
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in AddProfiling()
local
H
A
D
async_function_lowering.cpp
65
EcmaOpcode
ecmaOpcode
= accessor_.GetByteCodeOpcode(gate);
in ProcessJumpTable()
local
H
A
D
compiler_log.cpp
251
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in CollectGateTypeLogInfo()
local
H
A
D
native_inline_lowering.cpp
35
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in GetCallInfo()
local
1357
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(argumentsList);
in TryInlineReflectConstruct()
local
H
A
D
type_info_accessors.cpp
95
EcmaOpcode
ecmaOpcode
= acc.GetByteCodeOpcode(gate);
in IsTrustedBooleanType()
local
174
EcmaOpcode
ecmaOpcode
= acc.GetByteCodeOpcode(gate);
in IsTrustedNumberType()
local
218
EcmaOpcode
ecmaOpcode
= acc.GetByteCodeOpcode(gate);
in IsTrustedStringType()
local
945
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in StoreObjByNameTypeInfoAccessor()
local
1224
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in LoadBulitinObjTypeInfoAccessor()
local
1332
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
StoreBulitinObjTypeInfoAccessor()
local
[all...]
H
A
D
ts_inline_lowering.cpp
63
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in CandidateInlineCall()
local
193
auto
ecmaOpcode
= ctx_->GetByteCodes()->GetOpcode(pc);
in FilterInlinedMethod()
local
684
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in GetAccessorReceiver()
local
694
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in GetCallSetterValue()
local
[all...]
H
A
D
typed_bytecode_lowering.cpp
101
bool TypedBytecodeLowering::CheckIsInOptBCIgnoreRange(int32_t index, EcmaOpcode
ecmaOpcode
)
in CheckIsInOptBCIgnoreRange()
argument
118
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in Lower()
local
2152
EcmaOpcode
ecmaOpcode
in AddProfiling()
local
2178
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
AddProfiling()
local
[all...]
H
A
D
gate_accessor.cpp
1951
EcmaOpcode
ecmaOpcode
= GetByteCodeOpcode(gate);
in IsConstString()
local
H
A
D
slowpath_lowering.cpp
231
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in Lower()
local
3126
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in AddProfiling()
local
3140
EcmaOpcode
ecmaOpcode
= acc_.GetByteCodeOpcode(gate);
in AddProfiling()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
2806
int
ecmaOpcode
= GetArg(argv, argc, 0).GetInt();
in DEF_RUNTIME_STUBS()
local
2821
EcmaOpcode
ecmaOpcode
= static_cast<EcmaOpcode>(GetArg(argv, argc, 2).GetInt());
in DEF_RUNTIME_STUBS()
local
Completed in 33 milliseconds