HomeSort by relevance Sort by last modified time
    Searched defs:LChunk (Results 1 - 5 of 5) sorted by null

  /external/v8/src/mips/
lithium-mips.h 214 class LChunk: public ZoneObject {
216 explicit LChunk(CompilationInfo* info, HGraph* graph) { }
285 LChunk* Build() {
  /external/v8/src/arm/
lithium-arm.cc 387 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
397 int LChunk::GetNextSpillIndex(bool is_double) {
404 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
414 void LChunk::MarkEmptyBlocks() {
451 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
470 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
475 int LChunk::GetParameterStackSlot(int index) const {
486 int LChunk::ParameterAt(int index) {
493 LGap* LChunk::GetGapAt(int index) const
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]

Completed in 201 milliseconds