Home
last modified time | relevance | path

Searched refs:LdGlobalVar (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h64 V(LdGlobalVar) \
Dcall_signature.h355 V(LdGlobalVar) \
Dcall_signature.cpp406 DEF_CALL_SIGNATURE(LdGlobalVar) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp2133 LowerCallStubWithIC(gate, CommonStubCSigns::LdGlobalVar, { stringId }); in LowerLdGlobalVar()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h185 V(LdGlobalVar) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp885 INTERPRETER_TRACE(thread, LdGlobalVar); in LdGlobalVarFromGlobalProto()