Home
last modified time | relevance | path

Searched refs:GetEnvFromFrame (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.h45 inline GateRef GetEnvFromFrame(GateRef frame);
H A Dbaseline_stubs.cpp393 GateRef currentLexEnv = GetEnvFromFrame(state); in GenerateCircuit()
875 GateRef currentEnv = GetEnvFromFrame(frame); in GenerateCircuit()
894 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit()
966 auto parent = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit()
1518 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit()
1548 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit()
1572 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit()
1597 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit()
2031 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit()
2073 GateRef lexicalEnv = GetEnvFromFrame(fram in GenerateCircuit()
[all...]
H A Dbaseline_stub_builder.h143 inline GateRef GetEnvFromFrame(GateRef frame) in GetEnvFromFrame() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs-inl.h161 GateRef BaselineStubBuilder::GetEnvFromFrame(GateRef frame) in GetEnvFromFrame() function in panda::ecmascript::kungfu::BaselineStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp515 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER()
524 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER()
798 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER()
811 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER()
825 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER()
1010 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state)); in DECLARE_ASM_HANDLER()
1039 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state)); in DECLARE_ASM_HANDLER()
1067 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state)); in DECLARE_ASM_HANDLER()
1094 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state)); in DECLARE_ASM_HANDLER()
1120 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(stat in DECLARE_ASM_HANDLER()
[all...]
H A Dinterpreter_stub.h154 inline GateRef GetEnvFromFrame(GateRef frame);
H A Dinterpreter_stub-inl.h297 GateRef InterpreterStubBuilder::GetEnvFromFrame(GateRef frame) in GetEnvFromFrame() function in panda::ecmascript::kungfu::InterpreterStubBuilder

Completed in 20 milliseconds