Home
last modified time | relevance | path

Searched refs:runtime_zone (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/
Dtest-feedback-vector.cc39 Zone* zone = isolate->runtime_zone(); in TEST()
106 Zone* zone = isolate->runtime_zone(); in TEST()
161 Zone* zone = isolate->runtime_zone(); in TEST()
/external/v8/test/cctest/compiler/
Dtest-code-stub-assembler.cc18 : CodeStubAssembler(isolate, isolate->runtime_zone(), descriptor, in CodeStubAssemblerTester()
/external/v8/src/runtime/
Druntime-regexp.cc397 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalAtomRegExpWithString()
479 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalRegExpWithString()
719 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION()
Druntime-strings.cc349 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION()
/external/v8/src/
Disolate.h850 Zone* runtime_zone() { return &runtime_zone_; } in runtime_zone() function