Home
last modified time | relevance | path

Searched refs:NewObjRange (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h375 V(NewObjRange) \
H A Druntime_stubs.cpp2459 DEF_RUNTIME_STUBS(NewObjRange) in DEF_RUNTIME_STUBS()
2461 RUNTIME_STUBS_HEADER(NewObjRange); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h62 static JSTaggedValue NewObjRange(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget,
H A Dslow_runtime_stub.cpp317 JSTaggedValue SlowRuntimeStub::NewObjRange(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, in NewObjRange() function in panda::ecmascript::SlowRuntimeStub
H A Dinterpreter-inl.cpp4194 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 Dinterpreter_assembly.cpp3986 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 Dbaseline_stubs.cpp3678 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 Dinterpreter_stub.cpp4649 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