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

  /external/v8/src/mips/
lithium-codegen-mips.h 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) { }
lithium-mips.h 214 class LChunk: public ZoneObject {
216 explicit LChunk(CompilationInfo* info, HGraph* graph) { }
285 LChunk* Build() {
  /external/v8/src/arm/
lithium-codegen-arm.h 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
144 LChunk* chunk() const { return chunk_; }
292 LChunk* const chunk_;
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-codegen-ia32.h 49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
136 LChunk* chunk() const { return chunk_; }
288 LChunk* const chunk_;
lithium-ia32.cc 353 int LChunk::GetNextSpillIndex(bool is_double) {
360 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
370 void LChunk::MarkEmptyBlocks() {
443 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
462 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
467 int LChunk::GetParameterStackSlot(int index) const {
478 int LChunk::ParameterAt(int index) {
485 LGap* LChunk::GetGapAt(int index) const {
490 bool LChunk::IsGapAt(int index) const {
495 int LChunk::NearestGapPos(int index) const
    [all...]
lithium-ia32.h     [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
131 LChunk* chunk() const { return chunk_; }
285 LChunk* const chunk_;
lithium-x64.cc 353 int LChunk::GetNextSpillIndex(bool is_double) {
358 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
371 void LChunk::MarkEmptyBlocks() {
444 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
463 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
468 int LChunk::GetParameterStackSlot(int index) const {
479 int LChunk::ParameterAt(int index) {
486 LGap* LChunk::GetGapAt(int index) const {
491 bool LChunk::IsGapAt(int index) const {
496 int LChunk::NearestGapPos(int index) const
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/
lithium-allocator.h 51 class LChunk;
452 void Allocate(LChunk* chunk);
462 LChunk* chunk() const { return chunk_; }
593 LChunk* chunk_;
hydrogen.h 48 class LChunk;
    [all...]
hydrogen.cc 600 LChunk* chunk = builder.Build();
    [all...]
lithium-allocator.cc     [all...]

Completed in 101 milliseconds