Searched refs:NewLexicalEnvWithName (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 402 V(NewLexicalEnvWithName) \
|
H A D | runtime_stubs.cpp | 2718 DEF_RUNTIME_STUBS(NewLexicalEnvWithName) in DEF_RUNTIME_STUBS() 2720 RUNTIME_STUBS_HEADER(NewLexicalEnvWithName); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 74 static JSTaggedValue NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId);
|
H A D | slow_runtime_stub.cpp | 395 JSTaggedValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in NewLexicalEnvWithName() function in panda::ecmascript::SlowRuntimeStub
|
H A D | interpreter-inl.cpp | 4507 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId); in RunInternal() 4521 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId); in RunInternal()
|
H A D | interpreter_assembly.cpp | 3822 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId); 7312 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId);
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 992 GateRef res = CallRuntime(glue, RTSTUB_ID(NewLexicalEnvWithName), in GenerateCircuit() 3793 GateRef res = CallRuntime(glue, RTSTUB_ID(NewLexicalEnvWithName), in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 4057 GateRef res = CallRuntime(glue, RTSTUB_ID(NewLexicalEnvWithName),
in DECLARE_ASM_HANDLER() 4074 GateRef res = CallRuntime(glue, RTSTUB_ID(NewLexicalEnvWithName),
in DECLARE_ASM_HANDLER()
|
Completed in 56 milliseconds