Home
last modified time | relevance | path

Searched defs:GetConstantPool (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_data_accessor-inl.h42 inline Span<const uint8_t> DebugInfoDataAccessor::GetConstantPool() in GetConstantPool() function
Dfile_items.h707 std::vector<uint8_t> *GetConstantPool() in GetConstantPool() function
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_data_accessor-inl.h42 inline Span<const uint8_t> DebugInfoDataAccessor::GetConstantPool() in GetConstantPool() function
Dfile_items.h713 std::vector<uint8_t> *GetConstantPool() in GetConstantPool() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h501 JSHandle<JSTaggedValue> PUBLIC_API GetConstantPool() const in GetConstantPool() function
Dts_manager.cpp1263 JSTaggedValue TSManager::GetConstantPool(uint32_t methodOffset) const in GetConstantPool() function in panda::ecmascript::TSManager
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1300 virtual void *GetConstantPool([[maybe_unused]] MethodPtr method) in GetConstantPool() function
1305 virtual void *GetConstantPool([[maybe_unused]] uintptr_t funcAddress) in GetConstantPool() function
Dinst.h6339 uintptr_t GetConstantPool() const in GetConstantPool() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7610 JSTaggedValue EcmaInterpreter::GetConstantPool(JSTaggedType *sp) in GetConstantPool() function
Dinterpreter_assembly.cpp7627 JSTaggedValue InterpreterAssembly::GetConstantPool(JSTaggedType *sp) in GetConstantPool() function in panda::ecmascript::InterpreterAssembly