Home
last modified time | relevance | path

Searched refs:RegisterListAllocateEvent (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-register-allocator.h24 virtual void RegisterListAllocateEvent(RegisterList reg_list) = 0;
50 observer_->RegisterListAllocateEvent(reg_list); in NewRegisterList()
Dbytecode-register-optimizer.h98 void RegisterListAllocateEvent(RegisterList reg_list) override; in NON_EXPORTED_BASE()
Dbytecode-register-optimizer.cc438 void BytecodeRegisterOptimizer::RegisterListAllocateEvent( in RegisterListAllocateEvent() function in v8::internal::interpreter::BytecodeRegisterOptimizer