Searched refs:GetPropertiesFromLexicalEnv (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit_builder.cpp | 1091 result = GetPropertiesFromLexicalEnv(*currentEnv, slotIndex); in GetKeyFromLexivalEnv() 1112 GateRef CircuitBuilder::GetPropertiesFromLexicalEnv(GateRef object, GateRef index) in GetPropertiesFromLexicalEnv() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | stub_builder-inl.h | 3007 inline GateRef StubBuilder::GetPropertiesFromLexicalEnv(GateRef object, GateRef index) in GetPropertiesFromLexicalEnv() function in panda::ecmascript::kungfu::StubBuilder 3009 return env_->GetBuilder()->GetPropertiesFromLexicalEnv(object, index); in GetPropertiesFromLexicalEnv()
|
H A D | circuit_builder.h | 414 GateRef GetPropertiesFromLexicalEnv(GateRef object, GateRef index);
|
H A D | stub_builder.h | 771 GateRef GetPropertiesFromLexicalEnv(GateRef object, GateRef index);
|
H A D | interpreter_stub.cpp | 1024 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot);
in DECLARE_ASM_HANDLER() 1053 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot);
in DECLARE_ASM_HANDLER() 1081 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot);
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 2694 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in GenerateCircuit() 3452 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in GenerateCircuit() 4497 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in GenerateCircuit()
|
Completed in 50 milliseconds