Searched refs:NewObjRange (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 375 V(NewObjRange) \
|
H A D | runtime_stubs.cpp | 2459 DEF_RUNTIME_STUBS(NewObjRange) in DEF_RUNTIME_STUBS() 2461 RUNTIME_STUBS_HEADER(NewObjRange); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 62 static JSTaggedValue NewObjRange(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget,
|
H A D | slow_runtime_stub.cpp | 317 JSTaggedValue SlowRuntimeStub::NewObjRange(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, in NewObjRange() function in panda::ecmascript::SlowRuntimeStub
|
H A D | interpreter-inl.cpp | 4194 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); in RunInternal() 4330 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); in RunInternal() 4465 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); in RunInternal()
|
H A D | interpreter_assembly.cpp | 3986 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); 7457 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); 7599 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length);
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 3678 res = CallRuntime(glue, RTSTUB_ID(NewObjRange), in GenerateCircuit() 3899 res = CallRuntime(glue, RTSTUB_ID(NewObjRange), in GenerateCircuit() 3989 res = CallRuntime(glue, RTSTUB_ID(NewObjRange), in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 4649 res = CallRuntime(glue, RTSTUB_ID(NewObjRange),
in DECLARE_ASM_HANDLER() 4722 res = CallRuntime(glue, RTSTUB_ID(NewObjRange),
in DECLARE_ASM_HANDLER() 4793 res = CallRuntime(glue, RTSTUB_ID(NewObjRange),
in DECLARE_ASM_HANDLER()
|
Completed in 56 milliseconds