Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dsimulator-base.h132 #if ABI_USES_FUNCTION_DESCRIPTORS in address_of_instruction()
173 #if ABI_USES_FUNCTION_DESCRIPTORS
Dsimulator-base.cc79 #if ABI_USES_FUNCTION_DESCRIPTORS in Redirection()
Dsimulator.h131 #if ABI_USES_FUNCTION_DESCRIPTORS in Call()
/external/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc1274 if (ABI_USES_FUNCTION_DESCRIPTORS && instr->InstructionBits() == 0) { in InstructionDecode()
/external/v8/src/codegen/ppc/
Dconstants-ppc.h26 #define ABI_USES_FUNCTION_DESCRIPTORS 1 macro
28 #define ABI_USES_FUNCTION_DESCRIPTORS 0 macro
Dmacro-assembler-ppc.cc211 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Jump()
2091 if (ABI_USES_FUNCTION_DESCRIPTORS && has_function_descriptor) { in CallCFunctionHelper()
3239 if (ABI_USES_FUNCTION_DESCRIPTORS) { in StoreReturnAddressAndCall()
/external/v8/src/codegen/s390/
Dassembler-s390.h61 #define ABI_USES_FUNCTION_DESCRIPTORS 0 macro
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc3323 if (ABI_USES_FUNCTION_DESCRIPTORS) { in Generate_DirectCEntry()
/external/v8/src/compiler/backend/
Dinstruction-selector.cc2964 #if ABI_USES_FUNCTION_DESCRIPTORS in VisitCall()
/external/v8/src/execution/ppc/
Dsimulator-ppc.cc3786 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallInternal()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1043 #if ABI_USES_FUNCTION_DESCRIPTORS in AssembleArchInstruction()
/external/v8/src/execution/s390/
Dsimulator-s390.cc2456 if (ABI_USES_FUNCTION_DESCRIPTORS) { in CallInternal()
2578 #if ABI_USES_FUNCTION_DESCRIPTORS in CallImpl()