Home
last modified time | relevance | path

Searched refs:ABI_USES_FUNCTION_DESCRIPTORS (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/s390/
Dcodegen-s390.cc39 DCHECK(ABI_USES_FUNCTION_DESCRIPTORS || !RelocInfo::RequiresRelocation(desc)); in CreateSqrtFunction()
Dassembler-s390.h54 #define ABI_USES_FUNCTION_DESCRIPTORS 0 macro
Dsimulator-s390.cc1548 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Redirection()
1556 if (ABI_USES_FUNCTION_DESCRIPTORS) { in address()
1586 int delta = ABI_USES_FUNCTION_DESCRIPTORS in FromAddress()
5656 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallInternal()
5783 #if ABI_USES_FUNCTION_DESCRIPTORS in Call()
Dcode-stubs-s390.cc2707 #if ABI_USES_FUNCTION_DESCRIPTORS && !defined(USE_SIMULATOR) in GenerateCall()
3446 #if ABI_USES_FUNCTION_DESCRIPTORS in Generate()
/external/v8/src/ppc/
Ddisasm-ppc.cc1085 if (ABI_USES_FUNCTION_DESCRIPTORS && instr->InstructionBits() == 0) { in InstructionDecode()
Dcodegen-ppc.cc43 DCHECK(ABI_USES_FUNCTION_DESCRIPTORS || !RelocInfo::RequiresRelocation(desc)); in CreateSqrtFunction()
Dassembler-ppc.h51 #define ABI_USES_FUNCTION_DESCRIPTORS 1 macro
53 #define ABI_USES_FUNCTION_DESCRIPTORS 0 macro
Dsimulator-ppc.cc808 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Redirection()
816 if (ABI_USES_FUNCTION_DESCRIPTORS) { in address()
846 int delta = ABI_USES_FUNCTION_DESCRIPTORS in FromAddress()
3891 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallInternal()
Dcode-stubs-ppc.cc958 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Generate()
2751 if (ABI_USES_FUNCTION_DESCRIPTORS) { in GenerateCall()
3510 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Generate()
Dassembler-ppc.cc1550 if (ABI_USES_FUNCTION_DESCRIPTORS) { in function_descriptor()
Dmacro-assembler-ppc.cc3291 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallCFunctionHelper()