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

  /external/v8/src/arm/
lithium-codegen-arm.cc 415 int closure_id = DefineDeoptimizationLiteral(environment->closure()); local
416 translation->BeginFrame(environment->ast_id(), closure_id, height);
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 342 int closure_id = DefineDeoptimizationLiteral(environment->closure()); local
343 translation->BeginFrame(environment->ast_id(), closure_id, height);
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 374 int closure_id = DefineDeoptimizationLiteral(environment->closure()); local
375 translation->BeginFrame(environment->ast_id(), closure_id, height);
    [all...]

Completed in 160 milliseconds