Lines Matching refs:compilationEnv_
125 if (compilationEnv_->IsJitCompiler()) {
221 if (compilationEnv_->IsJitCompiler()) {
222 profiler = compilationEnv_->GetPGOProfiler()->GetJITProfile();
351 PGOTypeManager *ptManager = compilationEnv_->GetPTManager();
352 int holderHCIndex = ptManager->GetHolderHIndexByPGOObjectInfoType(pgoType, compilationEnv_->IsAotCompiler());
547 PGOTypeManager *ptManager = compilationEnv_->GetPTManager();
548 int receiverHCIndex = ptManager->GetReceiverHIndexByPGOObjectInfoType(pgoType, compilationEnv_->IsAotCompiler());
663 InlineTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, receiver, kind);
665 workList.emplace(compilationEnv_, circuit_, gate, receiver, kind);
675 InlineTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, func, kind);
733 if (!compilationEnv_->IsJitCompiler()) {
736 auto jitCompilationEnv = static_cast<JitCompilationEnv *>(compilationEnv_);
753 compilationEnv_->GetPGOProfiler()->GetJITProfile()->ProfileBytecode(
754 compilationEnv_->GetJSThread(), JSHandle<ProfileTypeInfo>(), profileTypeInfo, calleeMethod->GetMethodId(),
761 if (!compilationEnv_->IsJitCompiler()) {