Searched refs:InputHeapObject (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | code-generator-impl.h | 82 Handle<HeapObject> InputHeapObject(size_t index) { in InputHeapObject() function
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 632 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 663 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 533 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction() 551 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 613 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 633 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 602 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 620 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 875 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 897 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 958 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 981 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 556 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction() 591 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 800 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction() 819 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 616 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 634 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|