Searched defs:CodeGenResult (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dcode-generator.h93 enum CodeGenResult { kSuccess, kTooManyDeoptimizationBailouts }; enum in class:v8::internal::compiler::final
96 CodeGenResult AssembleBlock(const InstructionBlock* block);
99 CodeGenResult AssembleInstruction(Instruction* instr,
108 CodeGenResult AssembleArchInstruction(Instruction* instr);
115 CodeGenResult AssembleDeoptimizerCall(int deoptimization_id,

Completed in 33 milliseconds