Home
last modified time | relevance | path

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

/external/v8/src/
Dsimulator-base.h124 #if ABI_USES_FUNCTION_DESCRIPTORS in address_of_instruction()
165 #if ABI_USES_FUNCTION_DESCRIPTORS
Dsimulator-base.cc80 #if ABI_USES_FUNCTION_DESCRIPTORS in Redirection()
/external/v8/src/ppc/
Dcodegen-ppc.cc40 DCHECK(ABI_USES_FUNCTION_DESCRIPTORS || in CreateSqrtFunction()
Dcode-stubs-ppc.cc204 if (ABI_USES_FUNCTION_DESCRIPTORS) { in GenerateCall()
302 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Generate()
Ddisasm-ppc.cc1156 if (ABI_USES_FUNCTION_DESCRIPTORS && instr->InstructionBits() == 0) { in InstructionDecode()
Dassembler-ppc.h52 #define ABI_USES_FUNCTION_DESCRIPTORS 1 macro
54 #define ABI_USES_FUNCTION_DESCRIPTORS 0 macro
Dassembler-ppc.cc1240 if (ABI_USES_FUNCTION_DESCRIPTORS) { in function_descriptor()
Dmacro-assembler-ppc.cc2001 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallCFunctionHelper()
Dsimulator-ppc.cc3962 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallInternal()
/external/v8/src/s390/
Dcodegen-s390.cc37 DCHECK(ABI_USES_FUNCTION_DESCRIPTORS || in CreateSqrtFunction()
Dcode-stubs-s390.cc231 #if ABI_USES_FUNCTION_DESCRIPTORS && !defined(USE_SIMULATOR) in GenerateCall()
326 #if ABI_USES_FUNCTION_DESCRIPTORS in Generate()
Dassembler-s390.h56 #define ABI_USES_FUNCTION_DESCRIPTORS 0 macro
Dsimulator-s390.cc2396 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallInternal()
2518 #if ABI_USES_FUNCTION_DESCRIPTORS in CallImpl()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2405 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Generate_CEntry()