Lines Matching refs:thread_
23 ptManager_ = thread_->GetCurrentEcmaContext()->GetPTManager();
38 return thread_->GetArrayHClassIndexMap();
43 return thread_->GetBuiltinHClassEntries();
48 return thread_->GetBuiltinPrototypeHClass(type);
53 return thread_->GetCurrentEcmaContext()->FindConstpool(jsPandaFile, id);
58 return thread_->GetCurrentEcmaContext()->FindConstpool(jsPandaFile, index);
64 return thread_->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(cp);
69 return thread_->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(sharedConstpool);
75 return thread_->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPandaFile, id);
85 return thread_->GlobalConstants();
90 return ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>(thread_, constpool, index, entry);
95 return ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>(thread_, constpool, index, entry);
100 return ConstantPool::GetMethodFromCache(thread_, constpool, index);