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
refs:THIS_OBJECT
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
argument_accessor.h
31
THIS_OBJECT
,
member in panda::ecmascript::kungfu::CommonArgIdx
38
THIS_OBJECT
,
member in panda::ecmascript::kungfu::FastCallArgIdx
45
THIS_OBJECT
,
member in panda::ecmascript::kungfu::FrameArgIdx
H
A
D
argument_accessor.cpp
75
return static_cast<size_t>(CommonArgIdx::
THIS_OBJECT
);
in GetFunctionArgIndex()
81
return static_cast<size_t>(CommonArgIdx::
THIS_OBJECT
);
in GetFunctionArgIndex()
99
return static_cast<size_t>(CommonArgIdx::
THIS_OBJECT
);
in GetFunctionArgIndex()
H
A
D
type_info_accessors.cpp
959
receiver_ = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in StoreObjByNameTypeInfoAccessor()
1234
receiver_ = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in LoadBulitinObjTypeInfoAccessor()
1247
receiver_ = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in LoadBulitinObjTypeInfoAccessor()
H
A
D
bytecode_circuit_builder.cpp
619
args[idx++] = argAcc_.GetCommonArgGate(CommonArgIdx::
THIS_OBJECT
);
in BuildFrameArgs()
775
gate = argAcc_.GetCommonArgGate(CommonArgIdx::
THIS_OBJECT
);
in NewConst()
H
A
D
slowpath_lowering.cpp
908
GateRef thisObj = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in SaveFrameToContext()
2434
receiver = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in LowerStObjByName()
2493
receiver = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in LowerLdObjByValue()
2510
receiver = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in LowerStObjByValue()
3311
GateRef thisObj = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in LowerLdThisByName()
3345
GateRef thisObj = acc_.GetValueIn(gate, static_cast<size_t>(CommonArgIdx::
THIS_OBJECT
));
in LowerConstruct()
3399
GateRef thisObj = acc_.GetValueIn(gate, static_cast<size_t>(CommonArgIdx::
THIS_OBJECT
));
in LowerCallNew()
H
A
D
ts_inline_lowering.cpp
687
return argAcc_.GetFrameArgsIn(gate, FrameArgIdx::
THIS_OBJECT
);
in GetAccessorReceiver()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_assembler.h
29
THIS_OBJECT
, // this
member in panda::ecmascript::kungfu::SpecialRegister
62
case SpecialRegister::
THIS_OBJECT
:
in GetSpecialRegisterOffset()
H
A
D
baseline_compiler.cpp
274
GetBaselineAssembler().Move(SpecialRegister::ACC_REGISTER, SpecialRegister::
THIS_OBJECT
);
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
2906
GateRef thisObj = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::
THIS_OBJECT
);
in VisitDeoptCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.cpp
2960
GateRef thisObj = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::
THIS_OBJECT
);
in VisitDeoptCheck()
Completed in 40 milliseconds