Searched defs:callGetter (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 803 …e SlowRuntimeStub::LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool callGetter, in LdObjByIndex() 823 …wRuntimeStub::LdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, in LdObjByName() 842 …RuntimeStub::LdObjByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, in LdObjByValue()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 516 … const JSHandle<JSTaggedValue> &prop, bool callGetter, in RuntimeLdObjByValue() 629 … uint32_t idx, bool callGetter, JSTaggedValue receiver) in RuntimeLdObjByIndex() 642 bool callGetter, JSTaggedValue receiver) in RuntimeLdObjByName()
|
D | runtime_stubs.cpp | 847 JSTaggedValue callGetter = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type_mcr_lowering.cpp | 567 Label callGetter(&builder_); in LowerCallGetter() local
|
D | stub_builder.cpp | 4817 Label callGetter(env); in GetGlobalOwnProperty() local
|