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

  /external/v8/src/arm/
lithium-arm.cc 63 void LInstruction::VerifyCall() {
93 void LInstruction::PrintTo(StringStream* stream) {
420 LInstruction* first_instr = instructions()->at(first);
421 LInstruction* last_instr = instructions()->at(last);
431 LInstruction* cur = instructions()->at(i);
451 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
657 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
666 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) {
672 LInstruction* LChunkBuilder::DefineAsRegister(
679 LInstruction* LChunkBuilder::DefineAsSpilled
    [all...]
lithium-codegen-arm.h 152 LInstruction* GetNextInstruction();
183 LInstruction* instr);
187 LInstruction* instr,
192 LInstruction* instr);
196 LInstruction* instr) {
203 LInstruction* instr);
209 LInstruction* instr);
213 void RegisterLazyDeoptimization(LInstruction* instr,
298 const ZoneList<LInstruction*>* instructions_;
lithium-arm.h 174 static L##type* cast(LInstruction* instr) { \
192 class LInstruction: public ZoneObject {
194 LInstruction()
199 virtual ~LInstruction() { }
303 class LTemplateInstruction: public LInstruction {
    [all...]
lithium-codegen-arm.cc 219 LInstruction* instr = instructions_->at(current_instruction_);
234 LInstruction* LCodeGen::GetNextInstruction() {
486 LInstruction* instr) {
493 LInstruction* instr,
512 LInstruction* instr) {
525 LInstruction* instr) {
532 void LCodeGen::RegisterLazyDeoptimization(LInstruction* instr,
767 LInstruction* next = GetNextInstruction();
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 73 void LInstruction::VerifyCall() {
95 void LInstruction::PrintTo(StringStream* stream) {
376 LInstruction* first_instr = instructions()->at(first);
377 LInstruction* last_instr = instructions()->at(last);
387 LInstruction* cur = instructions()->at(i);
443 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
649 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
658 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) {
664 LInstruction* LChunkBuilder::DefineAsRegister(
671 LInstruction* LChunkBuilder::DefineAsSpilled
    [all...]
lithium-codegen-ia32.h 141 LInstruction* GetNextInstruction();
180 LInstruction* instr,
185 LInstruction* instr,
191 LInstruction* instr,
196 LInstruction* instr,
204 LInstruction* instr);
210 LInstruction* instr);
214 void RegisterLazyDeoptimization(LInstruction* instr,
294 const ZoneList<LInstruction*>* instructions_;
lithium-ia32.h 174 static L##type* cast(LInstruction* instr) { \
192 class LInstruction: public ZoneObject {
194 LInstruction()
199 virtual ~LInstruction() { }
304 class LTemplateInstruction: public LInstruction {
    [all...]
lithium-codegen-ia32.cc 215 LInstruction* instr = instructions_->at(current_instruction_);
230 LInstruction* LCodeGen::GetNextInstruction() {
413 LInstruction* instr,
438 LInstruction* instr,
446 LInstruction* instr,
464 LInstruction* instr) {
472 void LCodeGen::RegisterLazyDeoptimization(LInstruction* instr,
710 LInstruction* next = GetNextInstruction();
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 73 void LInstruction::VerifyCall() {
95 void LInstruction::PrintTo(StringStream* stream) {
377 LInstruction* first_instr = instructions()->at(first);
378 LInstruction* last_instr = instructions()->at(last);
388 LInstruction* cur = instructions()->at(i);
444 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
650 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
659 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) {
665 LInstruction* LChunkBuilder::DefineAsRegister(
672 LInstruction* LChunkBuilder::DefineAsSpilled
    [all...]
lithium-codegen-x64.h 136 LInstruction* GetNextInstruction();
167 LInstruction* instr,
174 LInstruction* instr);
178 LInstruction* instr);
182 LInstruction* instr) {
189 LInstruction* instr);
196 LInstruction* instr);
200 void RegisterLazyDeoptimization(LInstruction* instr,
291 const ZoneList<LInstruction*>* instructions_;
lithium-x64.h 174 static L##type* cast(LInstruction* instr) { \
192 class LInstruction: public ZoneObject {
194 LInstruction()
200 virtual ~LInstruction() { }
304 class LTemplateInstruction: public LInstruction {
    [all...]
lithium-codegen-x64.cc 228 LInstruction* instr = instructions_->at(current_instruction_);
243 LInstruction* LCodeGen::GetNextInstruction() {
445 LInstruction* instr,
465 LInstruction* instr) {
472 LInstruction* instr) {
485 LInstruction* instr) {
493 void LCodeGen::RegisterLazyDeoptimization(LInstruction* instr,
711 LInstruction* next = GetNextInstruction();
    [all...]
  /external/v8/src/mips/
lithium-mips.h 47 class LInstruction: public ZoneObject {
49 LInstruction() { }
50 virtual ~LInstruction() { }
151 class LGap: public LInstruction {
187 class LOsrEntry: public LInstruction {
190 static LOsrEntry* cast(LInstruction* instr) {
245 const ZoneList<LInstruction*>* instructions() const {
291 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node) { \
  /external/v8/src/
lithium-allocator-inl.h 51 LInstruction* LAllocator::InstructionAt(int index) {
61 TempIterator::TempIterator(LInstruction* instr)
89 InputIterator::InputIterator(LInstruction* instr)
117 UseIterator::UseIterator(LInstruction* instr)
lithium-allocator.h 158 class LInstruction;
164 inline explicit TempIterator(LInstruction* instr);
171 LInstruction* instr_;
180 inline explicit InputIterator(LInstruction* instr);
187 LInstruction* instr_;
195 inline explicit UseIterator(LInstruction* instr);
496 void MeetConstraintsBetween(LInstruction* first,
497 LInstruction* second,
589 inline LInstruction* InstructionAt(int index);
lithium-allocator.cc 637 LInstruction* instr = InstructionAt(pos);
778 LInstruction* instr = NULL;
779 LInstruction* prev_instr = NULL;
788 void LAllocator::MeetConstraintsBetween(LInstruction* first,
789 LInstruction* second,
875 LInstruction* instr = InstructionAt(index);
940 LInstruction* instr = InstructionAt(index);
    [all...]
hydrogen-instructions.h 47 class LInstruction;
193 virtual LInstruction* CompileToLithium(LChunkBuilder* builder); \
647 virtual LInstruction* CompileToLithium(LChunkBuilder* builder) = 0;
    [all...]
hydrogen-instructions.cc 49 LInstruction* H##type::CompileToLithium(LChunkBuilder* builder) { \
    [all...]
hydrogen.cc     [all...]

Completed in 75 milliseconds