Home
last modified time | relevance | path

Searched refs:PrintBlock (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction.cc996 void InstructionSequence::PrintBlock(const RegisterConfiguration* config, in PrintBlock() function in v8::internal::compiler::InstructionSequence
1005 void InstructionSequence::PrintBlock(int block_id) const { in PrintBlock() function in v8::internal::compiler::InstructionSequence
1006 PrintBlock(GetRegConfig(), block_id); in PrintBlock()
Dinstruction.h1624 void PrintBlock(const RegisterConfiguration* config, int block_id) const; in NON_EXPORTED_BASE()
1625 void PrintBlock(int block_id) const; in NON_EXPORTED_BASE()