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

  /external/chromium_org/v8/test/cctest/compiler/
instruction-selector-tester.h 62 CompilationInfo info(main_isolate(), main_zone());
test-codegen-deopt.cc 214 Isolate* isolate = scope.main_isolate();
303 Isolate* isolate = scope.main_isolate();
test-js-context-specialization.cc 29 info_(main_isolate(), main_zone()) {}
31 Factory* factory() { return main_isolate()->factory(); }
test-representation-change.cc 31 changer_(&jsgraph_, &main_simplified_, main_isolate()) {
41 Isolate* isolate() { return main_isolate(); }
function-tester.h 30 : isolate(main_isolate()),
test-instruction.cc 30 : isolate(main_isolate()),
33 info(static_cast<HydrogenCodeStub*>(NULL), main_isolate()),
codegen-tester.h 29 main_isolate(),
test-js-constant-cache.cc 49 Factory* factory() { return main_isolate()->factory(); }
test-phi-reducer.cc 18 : isolate(main_isolate()),
test-scheduler.cc 675 Isolate* isolate = scope.main_isolate();
820 Isolate* isolate = scope.main_isolate();
932 Isolate* isolate = scope.main_isolate();
    [all...]
test-machine-operator-reducer.cc 53 : isolate(main_isolate()),
test-js-typed-lowering.cc 20 : isolate(main_isolate()),
    [all...]
test-simplified-lowering.cc 402 tagged_array(main_isolate()->factory()->NewByteArray(
    [all...]
  /external/chromium_org/v8/test/cctest/
cctest.h 553 i::Isolate* main_isolate() { return main_isolate_; } function in class:InitializedHandleScope
563 HandleAndZoneScope() : main_zone_(main_isolate()) {}

Completed in 630 milliseconds