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

  /external/v8/test/cctest/
test-feedback-vector.cc 39 Zone* zone = isolate->runtime_zone();
106 Zone* zone = isolate->runtime_zone();
161 Zone* zone = isolate->runtime_zone();
  /external/v8/test/cctest/compiler/
test-code-stub-assembler.cc 18 : CodeStubAssembler(isolate, isolate->runtime_zone(), descriptor,
  /external/v8/src/runtime/
runtime-regexp.cc 397 ZoneScope zone_scope(isolate->runtime_zone());
479 ZoneScope zone_scope(isolate->runtime_zone());
719 ZoneScope zone_scope(isolate->runtime_zone());
    [all...]
runtime-strings.cc 349 ZoneScope zone_scope(isolate->runtime_zone());
    [all...]
  /external/v8/src/
isolate.h 850 Zone* runtime_zone() { return &runtime_zone_; } function in class:v8::internal::Isolate
    [all...]

Completed in 71 milliseconds