Searched defs:UseScratchRegisterScope (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h2216 class UseScratchRegisterScope { class in namespace:v8::internal
2218 explicit UseScratchRegisterScope(MacroAssembler* masm) function in class:v8::internal::UseScratchRegisterScope
2227 ~UseScratchRegisterScope();
H A Dmacro-assembler-arm64.cc57 UseScratchRegisterScope temps(this);
206 UseScratchRegisterScope temps(this);
249 UseScratchRegisterScope temps(this);
356 UseScratchRegisterScope temps(this);
371 UseScratchRegisterScope temps(this);
398 UseScratchRegisterScope temps(this);
408 UseScratchRegisterScope temps(this);
428 UseScratchRegisterScope temps(this);
436 UseScratchRegisterScope temps(this);
452 UseScratchRegisterScope temp
[all...]
/external/vixl/src/a64/
H A Dmacro-assembler-a64.h1281 class UseScratchRegisterScope { class in namespace:vixl
1283 explicit UseScratchRegisterScope(MacroAssembler* masm) function in class:vixl::UseScratchRegisterScope
1293 ~UseScratchRegisterScope();

Completed in 3289 milliseconds