Searched refs:has_function_descriptor (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 648 bool has_function_descriptor = true); 650 bool has_function_descriptor = true); 653 bool has_function_descriptor = true); 656 bool has_function_descriptor = true); 1072 bool has_function_descriptor);
|
H A D | macro-assembler-ppc.cc | 2289 bool has_function_descriptor) { in CallRecordWriteStub() 2292 has_function_descriptor); in CallRecordWriteStub() 2297 bool has_function_descriptor) { in CallRecordWriteStub() 2299 has_function_descriptor); in CallRecordWriteStub() 2304 bool has_function_descriptor) { in CallRecordWriteStub() 2305 CallCFunction(function, num_arguments, 0, has_function_descriptor); in CallRecordWriteStub() 2309 bool has_function_descriptor) { in CallRecordWriteStub() 2310 CallCFunction(function, num_arguments, 0, has_function_descriptor); in CallRecordWriteStub() 2316 bool has_function_descriptor) { in CallRecordWriteStub() 2353 if (ABI_USES_FUNCTION_DESCRIPTORS && has_function_descriptor) { in CallRecordWriteStub() 2286 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2295 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2302 CallCFunction(ExternalReference function, int num_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2308 CallCFunction(Register function, int num_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2313 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 966 bool has_function_descriptor = false; in AssembleArchInstruction() local 971 has_function_descriptor = in AssembleArchInstruction() 997 has_function_descriptor); in AssembleArchInstruction() 1001 has_function_descriptor); in AssembleArchInstruction()
|
Completed in 13 milliseconds