Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dcode-generator.h53 void AssembleInstruction(Instruction* instr);
Dcode-generator.cc47 AssembleInstruction(*i); in GenerateCode()
102 void CodeGenerator::AssembleInstruction(Instruction* instr) { in AssembleInstruction() function in v8::internal::compiler::CodeGenerator