Home
last modified time | relevance | path

Searched defs:globalValue (Results 1 – 7 of 7) 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/tests/
Dic_runtime_stub_test.cpp71 …JSHandle<JSTaggedValue> globalValue(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun)… in HWTEST_F_L0() local
103 …JSHandle<JSTaggedValue> globalValue(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun)… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h40JSTaggedValue globalValue, JSTaggedValue key, uint32_t slotId, in LoadGlobalICByName()
56 JSTaggedValue globalValue, JSTaggedValue key, in StoreGlobalICByName()
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/loadstore/
Dloadstore.cpp807 auto *globalValue = g_dynG->iCreateLdglobalvar(graph, varName); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2835 JSTaggedValue globalValue = in GetFlag() local
Dbuiltins.cpp2988 const JSHandle<JSTaggedValue> &globalValue) in SetGlobalThis()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1494 LLVMValueRef globalValue = LLVMAddGlobal(module_, GetInt64T(), "G"); in VisitRelocatableData() local