Searched refs:CompilingCallsToThisStubIsGCSafe (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h140 bool CompilingCallsToThisStubIsGCSafe() { function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc2135 ASSERT(allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe());
2229 return allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe();
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1656 ASSERT(allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe());
1669 return allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe();
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc534 ASSERT(allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe());
547 return allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe();
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc3908 ASSERT(allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe());
4010 return allow_stub_calls_ || stub->CompilingCallsToThisStubIsGCSafe();

Completed in 133 milliseconds