Home
last modified time | relevance | path

Searched defs:globalValue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h38JSTaggedValue globalValue, JSTaggedValue key, uint32_t slotId, in LoadGlobalICByName()
54 JSTaggedValue globalValue, JSTaggedValue key, in StoreGlobalICByName()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp70 …JSHandle<JSTaggedValue> globalValue(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun)… in HWTEST_F_L0() local
102 …JSHandle<JSTaggedValue> globalValue(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun)… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp387 JSTaggedValue globalValue = in Match() local
725 JSTaggedValue globalValue = in Replace() local
Dbuiltins.cpp2830 …balThis(const JSHandle<JSObject> &obj, const char *key, const JSHandle<JSTaggedValue> &globalValue) in SetGlobalThis()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1059 LLVMValueRef globalValue = LLVMAddGlobal(module_, LLVMInt64Type(), "G"); in VisitRelocatableData() local