HomeSort by relevance Sort by last modified time
    Searched refs:osr_ast_id (Results 1 - 18 of 18) sorted by null

  /external/v8/src/
optimizing-compile-dispatcher.cc 26 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id());
231 info->osr_ast_id().ToInt());
236 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id());
296 Handle<JSFunction> function, BailoutId osr_ast_id) {
300 current->info()->HasSameOsrEntry(function, osr_ast_id)) {
311 BailoutId osr_ast_id) {
315 current->info()->HasSameOsrEntry(function, osr_ast_id)) {
350 PrintF(", AST id %d]\n", info->osr_ast_id().ToInt());
optimizing-compile-dispatcher.h 56 BailoutId osr_ast_id);
57 bool IsQueuedForOSR(Handle<JSFunction> function, BailoutId osr_ast_id);
compiler.h 163 BailoutId osr_ast_id() const { return osr_ast_id_; } function in class:v8::internal::CompilationInfo
311 void SetOptimizing(BailoutId osr_ast_id, Handle<Code> unoptimized) {
314 osr_ast_id_ = osr_ast_id;
381 bool HasSameOsrEntry(Handle<JSFunction> function, BailoutId osr_ast_id) {
382 return osr_ast_id_ == osr_ast_id && function.is_identical_to(closure());
693 ConcurrencyMode mode, BailoutId osr_ast_id = BailoutId::None(),
compiler.cc 504 info()->scope(), info()->osr_ast_id(), info()->literal())
866 Handle<JSFunction> function, BailoutId osr_ast_id) {
870 function->context()->native_context(), osr_ast_id);
898 literals, info->osr_ast_id());
    [all...]
objects.h     [all...]
objects-inl.h     [all...]
objects.cc     [all...]
  /external/v8/src/crankshaft/
typing.h 23 Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root);
hydrogen-osr.cc 14 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id();
lithium-codegen.cc 317 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
typing.cc 19 Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root)
24 osr_ast_id_(osr_ast_id),
hydrogen.cc     [all...]
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 34 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId())
code-generator.cc 392 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
395 BailoutId osr_ast_id = BailoutId::None(); local
396 data->SetOsrAstId(Smi::FromInt(osr_ast_id.ToInt()));
ast-graph-builder.cc     [all...]
  /external/v8/src/full-codegen/
full-codegen.h 448 void RecordBackEdge(BailoutId osr_ast_id);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 65 !info()->osr_ast_id().IsNone());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 66 !info()->osr_ast_id().IsNone());
    [all...]

Completed in 241 milliseconds