HomeSort by relevance Sort by last modified time
    Searched refs:RegisterIsAllocatedInThisScope (Results 1 - 3 of 3) sorted by null

  /external/v8/src/interpreter/
bytecode-register-allocator.h 96 bool RegisterIsAllocatedInThisScope(Register reg) const;
bytecode-register-allocator.cc 182 bool BytecodeRegisterAllocator::RegisterIsAllocatedInThisScope(
bytecode-generator.cc 417 bool RegisterIsAllocatedInThisScope(Register reg) const {
418 return allocator_.RegisterIsAllocatedInThisScope(reg);
528 !allocator()->RegisterIsAllocatedInThisScope(reg)));
    [all...]

Completed in 50 milliseconds