Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dcleanup_inline_module.cpp433 auto *globalValue = module.getNamedValue(name); in RemoveObjectFileGlobals() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h39JSTaggedValue globalValue, JSTaggedValue key, uint32_t slotId, in LoadGlobalICByName()
55 JSTaggedValue globalValue, JSTaggedValue key, in StoreGlobalICByName()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp72 …JSHandle<JSTaggedValue> globalValue(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun)… in HWTEST_F_L0() local
104 …JSHandle<JSTaggedValue> globalValue(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun)… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2825 JSTaggedValue globalValue = in GetFlag() local
Dbuiltins.cpp2952 const JSHandle<JSTaggedValue> &globalValue) in SetGlobalThis()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1386 LLVMValueRef globalValue = LLVMAddGlobal(module_, GetInt64T(), "G"); in VisitRelocatableData() local