Searched refs:RegisterCount (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h35 static uptr RegisterCount();
H A Dsanitizer_stoptheworld_linux_libcdep.cc522 uptr SuspendedThreadsList::RegisterCount() { function in class:__sanitizer::SuspendedThreadsList
/external/v8/src/interpreter/
H A Dinterpreter-assembler.h82 compiler::Node* RegisterCount();
H A Dinterpreter-assembler.cc1349 Node* InterpreterAssembler::RegisterCount() { function in class:v8::internal::interpreter::InterpreterAssembler
1358 Node* register_count = RegisterCount();
1392 Node* register_count = RegisterCount();
/external/v8/src/crankshaft/
H A Dlithium-allocator.h496 int RegisterCount() const;
H A Dlithium-allocator.cc1805 for (int i = 1; i < RegisterCount(); ++i) {
1889 for (int i = 1; i < RegisterCount(); ++i) {
2144 int LAllocator::RegisterCount() const { function in class:LAllocator
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc190 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount());

Completed in 334 milliseconds