Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dcleanup_inline_module.cpp433 auto *globalValue = module.getNamedValue(name); in RemoveObjectFileGlobals() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h39 LoadGlobalICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue globalValue, JSTaggedValue key, uint32_t slotId, bool tryLoad) LoadGlobalICByName() argument
55 StoreGlobalICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue globalValue, JSTaggedValue key, JSTaggedValue value, uint32_t slotId, bool tryStore) StoreGlobalICByName() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2825 JSTaggedValue globalValue = in GetFlag() local
H A Dbuiltins.cpp2951 SetGlobalThis(const JSHandle<JSObject> &obj, std::string_view key, const JSHandle<JSTaggedValue> &globalValue) SetGlobalThis() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1386 LLVMValueRef globalValue = LLVMAddGlobal(module_, GetInt64T(), "G"); in VisitRelocatableData() local

Completed in 21 milliseconds