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:handlerInfo
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
ic_stub_builder.cpp
208
GateRef
handlerInfo
= GetInt64OfTInt(*cachedHandler);
in LoadICByValue()
local
H
A
D
stub_builder-inl.h
2435
inline GateRef StubBuilder::ClearSharedStoreKind(GateRef
handlerInfo
)
in ClearSharedStoreKind()
argument
2440
inline GateRef StubBuilder::UpdateSOutOfBoundsForHandler(GateRef
handlerInfo
)
in UpdateSOutOfBoundsForHandler()
argument
H
A
D
stub_builder.cpp
2361
GateRef StubBuilder::LoadFromField(GateRef receiver, GateRef
handlerInfo
)
in LoadFromField()
argument
2515
GateRef
handlerInfo
= GetInt64OfTInt(*handler);
in LoadICWithHandler()
local
2758
GateRef
handlerInfo
= GetInt64OfTInt(*varHandler);
ICStoreElement()
local
2911
GateRef
handlerInfo
= GetInt64OfTInt(*handler);
StoreICWithHandler()
local
3004
GateRef
handlerInfo
= GetInt64OfTInt(*handler);
StoreICWithHandler()
local
3093
GateRef
handlerInfo
;
StoreWithTransition()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H
A
D
ic_runtime_stub_test.cpp
546
uint32_t
handlerInfo
= 0U;
in HWTEST_F_L0()
local
/arkcompiler/ets_runtime/ecmascript/ic/
H
A
D
ic_runtime_stub-inl.h
225
auto
handlerInfo
= JSTaggedValue::UnwrapToUint64(handler);
in StoreICWithHandler()
local
283
JSTaggedValue
handlerInfo
= prototypeHandler->GetHandlerInfo();
StorePrototype()
local
300
JSTaggedValue
handlerInfo
= storeTSHandler->GetHandlerInfo();
StoreWithTS()
local
317
uint64_t
handlerInfo
= 0;
StoreWithTransition()
local
397
LoadFromField(JSObject *receiver, uint64_t
handlerInfo
)
LoadFromField()
argument
445
JSTaggedValue
handlerInfo
= prototypeHandler->GetHandlerInfo();
LoadPrototype()
local
454
auto
handlerInfo
= JSTaggedValue::UnwrapToUint64(handler);
LoadICWithHandler()
local
483
auto
handlerInfo
= JSTaggedValue::UnwrapToUint64(handler);
LoadICWithElementHandler()
local
558
auto
handlerInfo
= JSTaggedValue::UnwrapToUint64(handler);
StoreElement()
local
601
JSTaggedValue
handlerInfo
= prototypeHandler->GetHandlerInfo();
StoreElement()
local
[all...]
H
A
D
ic_handler.h
370
JSHandle<JSTaggedValue>
handlerInfo
= StoreHandler::StoreProperty(thread, op);
in StoreTransition()
local
399
JSHandle<JSTaggedValue>
handlerInfo
= LoadHandler::LoadProperty(thread, op);
in LoadPrototype()
local
433
JSHandle<JSTaggedValue>
handlerInfo
= StoreHandler::StoreProperty(thread, op);
in StorePrototype()
local
487
JSHandle<JSTaggedValue>
handlerInfo
= StoreHandler::StoreProperty(thread, op);
in StoreTransition()
local
521
JSHandle<JSTaggedValue>
handlerInfo
= StoreHandler::StoreProperty(thread, op);
in StoreAOT()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_profiler.cpp
484
auto
handlerInfo
= static_cast<uint32_t>(secondValue.GetInt());
in HandleLoadTypeInt()
local
514
auto
handlerInfo
= static_cast<uint32_t>(handlerInfoVal.GetInt());
in HandleLoadTypePrototypeHandler()
local
680
auto
handlerInfo
= static_cast<uint32_t>(secondValue.GetInt());
in ConvertICByValueWithHandler()
local
704
auto
handlerInfo
= static_cast<uint32_t>(secondValue.GetInt());
HandleStoreType()
local
734
auto
handlerInfo
= static_cast<uint32_t>(
handlerInfo
Value.GetInt());
HandleTransition()
local
753
auto
handlerInfo
= static_cast<uint32_t>(
handlerInfo
Value.GetInt());
HandleTransWithProto()
local
781
auto
handlerInfo
= static_cast<uint32_t>(
handlerInfo
Value.GetInt());
HandlePrototypeHandler()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
1127
auto
handlerInfo
= static_cast<uint32_t>(secondValue.GetInt());
in DumpICLoadByNameWithHandler()
local
1149
auto
handlerInfo
= static_cast<uint32_t>(handlerInfoVal.GetInt());
in DumpICLoadByNameWithHandler()
local
1170
auto
handlerInfo
= static_cast<uint32_t>(secondValue.GetInt());
in DumpICByValueWithHandler()
local
1190
auto
handlerInfo
= static_cast<uint32_t>(secondValue.GetInt());
DumpICByValueWithHandler()
local
1211
auto
handlerInfo
= static_cast<uint32_t>(
handlerInfo
Value.GetInt());
DumpICByValueWithHandler()
local
1227
auto
handlerInfo
= static_cast<uint32_t>(
handlerInfo
Value.GetInt());
DumpICByValueWithHandler()
local
1250
auto
handlerInfo
= static_cast<uint32_t>(
handlerInfo
Value.GetInt());
DumpICByValueWithHandler()
local
[all...]
Completed in 31 milliseconds