Searched refs:CreateIterResultObj (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 74 …static JSTaggedValue CreateIterResultObj(JSThread *thread, JSTaggedValue value, JSTaggedValue flag…
|
| D | slow_runtime_stub.cpp | 420 JSTaggedValue SlowRuntimeStub::CreateIterResultObj(JSThread *thread, JSTaggedValue value, JSTaggedV… in CreateIterResultObj() function in panda::ecmascript::SlowRuntimeStub 422 INTERPRETER_TRACE(thread, CreateIterResultObj); in CreateIterResultObj()
|
| D | interpreter-inl.h | 2240 JSTaggedValue res = SlowRuntimeStub::CreateIterResultObj(thread, value, flag); in RunInternal()
|
| D | interpreter_assembly.cpp | 1747 JSTaggedValue res = SlowRuntimeStub::CreateIterResultObj(thread, value, flag); in HandleCreateiterresultobjV8V8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 182 V(CreateIterResultObj) \
|
| D | runtime_stubs.cpp | 634 DEF_RUNTIME_STUBS(CreateIterResultObj) in DEF_RUNTIME_STUBS() argument 636 RUNTIME_STUBS_HEADER(CreateIterResultObj); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 102 V(CreateIterResultObj) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 756 const int id = RTSTUB_ID(CreateIterResultObj); in LowerCreateIterResultObj()
|
| D | interpreter_stub.cpp | 1193 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateIterResultObj), { value, flag }); in DECLARE_ASM_HANDLER()
|