Home
last modified time | relevance | path

Searched refs:GetPTManager (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp131 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in ComputeForClassInstance()
152 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in ClassInstanceIsCallable()
Dpass_manager.h58 PGOTypeManager* GetPTManager() const in GetPTManager() function
60 return vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in GetPTManager()
Daot_compiler_preprocessor.cpp203 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in GenerateGlobalTypes()
241 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in GeneratePGOTypes()
253 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SnapshotInitialize()
Dntype_bytecode_lowering.h34 ptManager_(ctx->GetPTManager()), in NTypeBytecodeLowering()
Dcompilation_driver.cpp260 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SetCurrentConstantPool()
272 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in StoreConstantPoolInfo()
Dpass.h116 PGOTypeManager* GetPTManager() const in GetPTManager() function
118 return ctx_->GetPTManager(); in GetPTManager()
Dts_inline_lowering.cpp346 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in BuildAccessor()
554 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in InlineAccessorCheck()
Dtype_info_accessors.h33 ptManager_ = thread_->GetCurrentEcmaContext()->GetPTManager(); in TypeInfoAccessor()
Dtype_info_accessors.cpp359 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in GetAccessorPlr()
Dfile_generators.cpp653 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SaveSnapshotFile()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp40 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClass()
47 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClassByPGOTypeLocation()
227 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp37 …kungfu::AOTSnapshot &aotSnapshot = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager()->Ge… in Serialize()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h140 kungfu::PGOTypeManager *GetPTManager() const in GetPTManager() function