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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc509 uptr SuspendedThreadsList::RegisterCount() { function in class:__sanitizer::SuspendedThreadsList
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc708 Node* InterpreterAssembler::RegisterCount() { function in class:v8::internal::interpreter::InterpreterAssembler
719 array_size, RegisterCount(), kInvalidRegisterFileInGenerator);
733 Node* condition = Int32LessThan(index, RegisterCount());
754 array_size, RegisterCount(), kInvalidRegisterFileInGenerator);
767 Node* condition = Int32LessThan(index, RegisterCount());
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1804 for (int i = 1; i < RegisterCount(); ++i) {
1888 for (int i = 1; i < RegisterCount(); ++i) {
2143 int LAllocator::RegisterCount() const { function in class:LAllocator

Completed in 210 milliseconds