Searched refs:InputHeapObject (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | code-generator-impl.h | 90 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/ppc/ |
D | code-generator-ppc.cc | 959 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 982 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 622 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 640 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 554 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction() 589 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 615 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 635 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 885 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction() 903 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 659 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 677 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1181 __ Call(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() 1203 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 817 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction() 836 Handle<Code> code = Handle<Code>::cast(i.InputHeapObject(0)); in AssembleArchInstruction()
|