Searched defs:AllowStubCallsScope (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h959 class AllowStubCallsScope { class in namespace:v8::internal
961 AllowStubCallsScope(MacroAssembler* masm, bool allow) function in class:v8::internal::AllowStubCallsScope
965 ~AllowStubCallsScope() {
973 DISALLOW_COPY_AND_ASSIGN(AllowStubCallsScope);
/external/chromium_org/v8/src/
H A Dcode-stubs.h1670 class AllowStubCallsScope { class in namespace:v8
1672 AllowStubCallsScope(MacroAssembler* masm, bool allow) function in class:v8::AllowStubCallsScope
1676 ~AllowStubCallsScope() {
1684 DISALLOW_COPY_AND_ASSIGN(AllowStubCallsScope);

Completed in 34 milliseconds