Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.cc756 ComputeAssemblyOrder(blocks); in InstructionBlocksFor()
815 void InstructionSequence::ComputeAssemblyOrder(InstructionBlocks* blocks) { in ComputeAssemblyOrder() function in v8::internal::compiler::InstructionSequence
Dinstruction.h1487 static void ComputeAssemblyOrder(InstructionBlocks* blocks); in NON_EXPORTED_BASE()