Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h402 V(NewLexicalEnvWithName) \
H A Druntime_stubs.cpp2718 DEF_RUNTIME_STUBS(NewLexicalEnvWithName) in DEF_RUNTIME_STUBS()
2720 RUNTIME_STUBS_HEADER(NewLexicalEnvWithName); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h74 static JSTaggedValue NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId);
H A Dslow_runtime_stub.cpp395 JSTaggedValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in NewLexicalEnvWithName() function in panda::ecmascript::SlowRuntimeStub
H A Dinterpreter-inl.cpp4507 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId); in RunInternal()
4521 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId); in RunInternal()
H A Dinterpreter_assembly.cpp3822 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId);
7312 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp992 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 Dinterpreter_stub.cpp4057 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