Home
last modified time | relevance | path

Searched refs:osr_ast_id (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/v8/src/
Doptimizing-compiler-thread.cc124 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id()); in DisposeOptimizedCompileJob()
231 info->osr_ast_id().ToInt()); in InstallOptimizedFunctions()
236 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id()); in InstallOptimizedFunctions()
295 Handle<JSFunction> function, BailoutId osr_ast_id) { in FindReadyOSRCandidate() argument
301 current->info()->HasSameOsrEntry(function, osr_ast_id)) { in FindReadyOSRCandidate()
312 BailoutId osr_ast_id) { in IsQueuedForOSR() argument
317 current->info()->HasSameOsrEntry(function, osr_ast_id)) { in IsQueuedForOSR()
354 PrintF(", AST id %d]\n", info->osr_ast_id().ToInt()); in AddToOsrBuffer()
Doptimizing-compiler-thread.h60 BailoutId osr_ast_id);
61 bool IsQueuedForOSR(Handle<JSFunction> function, BailoutId osr_ast_id);
Dcompiler.h126 BailoutId osr_ast_id() const { return osr_ast_id_; } in osr_ast_id() function
279 void SetOptimizing(BailoutId osr_ast_id, Handle<Code> unoptimized) { in SetOptimizing() argument
282 osr_ast_id_ = osr_ast_id; in SetOptimizing()
376 bool HasSameOsrEntry(Handle<JSFunction> function, BailoutId osr_ast_id) { in HasSameOsrEntry() argument
377 return osr_ast_id_ == osr_ast_id && function.is_identical_to(closure_); in HasSameOsrEntry()
714 BailoutId osr_ast_id = BailoutId::None());
Dcompiler.cc690 Handle<JSFunction> function, BailoutId osr_ast_id) { in GetCodeFromOptimizedCodeMap() argument
697 function->context()->native_context(), osr_ast_id); in GetCodeFromOptimizedCodeMap()
702 if (!osr_ast_id.IsNone()) { in GetCodeFromOptimizedCodeMap()
703 PrintF(" at OSR AST id %d", osr_ast_id.ToInt()); in GetCodeFromOptimizedCodeMap()
732 literals, info->osr_ast_id()); in InsertCodeIntoOptimizedCodeMap()
803 PrintF(" for concurrent OSR at %d.\n", info->osr_ast_id().ToInt()); in GetOptimizedCodeLater()
1306 BailoutId osr_ast_id) { in GetOptimizedCode() argument
1309 function, osr_ast_id).ToHandle(&cached_code)) { in GetOptimizedCode()
1334 info->SetOptimizing(osr_ast_id, current_code); in GetOptimizedCode()
1378 info->context()->native_context(), info->osr_ast_id()) == -1) { in GetConcurrentlyOptimizedCode()
Dhydrogen-osr.cc13 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id(); in HasOsrEntryAt()
Dfull-codegen.h461 void RecordBackEdge(BailoutId osr_ast_id);
Dtyping.cc71 if (stmt->OsrEntryId() != info_->osr_ast_id()) return; in ObserveTypesAtOsrEntry()
Dobjects.cc9172 BailoutId osr_ast_id) { in AddToOptimizedCodeMap() argument
9189 DCHECK_EQ(-1, shared->SearchOptimizedCodeMap(*native_context, osr_ast_id)); in AddToOptimizedCodeMap()
9203 Smi::FromInt(osr_ast_id.ToInt())); in AddToOptimizedCodeMap()
9982 BailoutId osr_ast_id) { in SearchOptimizedCodeMap() argument
9990 Smi* osr_ast_id_smi = Smi::FromInt(osr_ast_id.ToInt()); in SearchOptimizedCodeMap()
Dobjects.h6593 int SearchOptimizedCodeMap(Context* native_context, BailoutId osr_ast_id);
6617 BailoutId osr_ast_id);
/external/chromium_org/v8/src/compiler/
Dcode-generator.cc213 BailoutId osr_ast_id = BailoutId::None(); in PopulateDeoptimizationData() local
214 data->SetOsrAstId(Smi::FromInt(osr_ast_id.ToInt())); in PopulateDeoptimizationData()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc64 !info()->osr_ast_id().IsNone()); in GenerateCode()
927 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt())); in PopulateDeoptimizationData()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.cc65 !info()->osr_ast_id().IsNone()); in GenerateCode()
1209 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt())); in PopulateDeoptimizationData()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc960 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt())); in PopulateDeoptimizationData()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.cc837 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt())); in PopulateDeoptimizationData()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc958 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt())); in PopulateDeoptimizationData()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.cc872 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt())); in PopulateDeoptimizationData()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc922 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt())); in PopulateDeoptimizationData()