Searched defs:globalValue (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| H A D | cleanup_inline_module.cpp | 433 auto *globalValue = module.getNamedValue(name); in RemoveObjectFileGlobals() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime_stub-inl.h | 39 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 D | builtins_regexp.cpp | 2825 JSTaggedValue globalValue = in GetFlag() local
|
| H A D | builtins.cpp | 2951 SetGlobalThis(const JSHandle<JSObject> &obj, std::string_view key, const JSHandle<JSTaggedValue> &globalValue) SetGlobalThis() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 1386 LLVMValueRef globalValue = LLVMAddGlobal(module_, GetInt64T(), "G"); in VisitRelocatableData() local
|
Completed in 21 milliseconds