OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regexp_stack
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/
regexp-macro-assembler.cc
254
RegExpStack*
regexp_stack
= isolate->
regexp_stack
();
local
255
size_t size =
regexp_stack
->stack_capacity();
256
Address old_stack_base =
regexp_stack
->stack_base();
260
Address new_stack_base =
regexp_stack
->EnsureCapacity(size * 2);
regexp-stack.cc
35
: regexp_stack_(isolate->
regexp_stack
()) {
v8threads.cc
198
from = isolate_->
regexp_stack
()->RestoreStack(from);
345
to = isolate_->
regexp_stack
()->ArchiveStack(to);
359
isolate_->
regexp_stack
()->FreeThreadResources();
assembler.cc
900
return ExternalReference(isolate->
regexp_stack
()->limit_address());
[
all
...]
isolate.h
908
RegExpStack*
regexp_stack
() { return regexp_stack_; }
function in class:v8::internal::Isolate
[
all
...]
/external/chromium_org/v8/src/
regexp-stack.cc
35
: regexp_stack_(isolate->
regexp_stack
()) {
regexp-macro-assembler.cc
272
RegExpStack*
regexp_stack
= isolate->
regexp_stack
();
local
273
size_t size =
regexp_stack
->stack_capacity();
274
Address old_stack_base =
regexp_stack
->stack_base();
278
Address new_stack_base =
regexp_stack
->EnsureCapacity(size * 2);
v8threads.cc
182
from = isolate_->
regexp_stack
()->RestoreStack(from);
344
to = isolate_->
regexp_stack
()->ArchiveStack(to);
358
isolate_->
regexp_stack
()->FreeThreadResources();
assembler.cc
[
all
...]
isolate.h
961
RegExpStack*
regexp_stack
() { return
regexp_stack
_; }
function in class:v8::internal::Isolate
[
all
...]
Completed in 47 milliseconds