| /external/vixl/examples/aarch64/ |
| D | simulated-runtime-calls.cc | 68 __ CallRuntime(add_int32s); in GenerateRuntimeCallExamples() local 72 __ CallRuntime(int32_to_float); in GenerateRuntimeCallExamples() local 78 __ CallRuntime(float_to_int32); in GenerateRuntimeCallExamples() local
|
| /external/v8/src/debug/x64/ |
| D | debug-x64.cc | 23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/debug/mips64/ |
| D | debug-mips64.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/debug/arm64/ |
| D | debug-arm64.cc | 23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/debug/arm/ |
| D | debug-arm.cc | 24 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/debug/s390/ |
| D | debug-s390.cc | 23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/debug/mips/ |
| D | debug-mips.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/debug/ia32/ |
| D | debug-ia32.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/debug/ppc/ |
| D | debug-ppc.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
| /external/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 54 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 162 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 269 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 325 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 487 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 498 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 508 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 516 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 725 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local 1232 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/builtins/mips64/ |
| D | builtins-mips64.cc | 56 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 218 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 277 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 419 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 429 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 438 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 446 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 465 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local 1162 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local 1205 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/builtins/arm/ |
| D | builtins-arm.cc | 61 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 136 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 294 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 300 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 432 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 442 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 451 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 459 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 705 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local 1176 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 54 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 158 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 264 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 317 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 479 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 490 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 500 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 508 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 761 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local 1286 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/builtins/arm64/ |
| D | builtins-arm64.cc | 62 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 193 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 391 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 397 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 407 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 548 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 559 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 569 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 839 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local 1350 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/builtins/x64/ |
| D | builtins-x64.cc | 63 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 134 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 296 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 303 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 315 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 589 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local 773 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 784 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 794 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 1210 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/builtins/mips/ |
| D | builtins-mips.cc | 56 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 217 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 276 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 302 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 322 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local 722 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 732 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 741 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 1143 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local 1187 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 59 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 136 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 305 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 312 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 324 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 489 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local 672 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 682 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 691 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 1125 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
| /external/v8/src/interpreter/ |
| D | bytecode-array-builder.cc | 1478 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntime( in CallRuntime() function in v8::internal::interpreter::BytecodeArrayBuilder 1495 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntime( in CallRuntime() function in v8::internal::interpreter::BytecodeArrayBuilder 1500 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntime( in CallRuntime() function in v8::internal::interpreter::BytecodeArrayBuilder
|
| /external/v8/src/compiler/ |
| D | js-operator.cc | 853 const Operator* JSOperatorBuilder::CallRuntime(Runtime::FunctionId id) { in CallRuntime() function in v8::internal::compiler::JSOperatorBuilder 859 const Operator* JSOperatorBuilder::CallRuntime(Runtime::FunctionId id, in CallRuntime() function in v8::internal::compiler::JSOperatorBuilder 866 const Operator* JSOperatorBuilder::CallRuntime(const Runtime::Function* f, in CallRuntime() function in v8::internal::compiler::JSOperatorBuilder
|
| D | code-assembler.h | 1007 TNode<T> CallRuntime(Runtime::FunctionId function, TNode<Object> context, in CallRuntime() function
|
| /external/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 13101 __ CallRuntime(runtime_call_add_one); in TEST() local 13107 __ CallRuntime(runtime_call_add_doubles); in TEST() local 13112 __ CallRuntime(runtime_call_one_argument_on_stack); in TEST() local 13119 __ CallRuntime(runtime_call_two_arguments_on_stack); in TEST() local 13125 __ CallRuntime(runtime_call_enum); in TEST() local 13127 __ CallRuntime(runtime_call_enum_class); in TEST() local 13163 __ CallRuntime(test_int8_t); in TEST() local 13168 __ CallRuntime(test_uint8_t); in TEST() local 13173 __ CallRuntime(test_int16_t); in TEST() local 13178 __ CallRuntime(test_uint16_t); in TEST() local [all …]
|
| /external/v8/src/ast/ |
| D | ast.h | 1757 CallRuntime(Zone* zone, const Runtime::Function* function, in CallRuntime() function 1762 CallRuntime(Zone* zone, int context_index, in CallRuntime() function
|
| /external/v8/src/codegen/ia32/ |
| D | macro-assembler-ia32.cc | 1008 void MacroAssembler::CallRuntime(const Runtime::Function* f, int num_arguments, in CallRuntime() function in v8::internal::MacroAssembler
|
| /external/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.cc | 3357 void Assembler::CallRuntime(const RuntimeEntry& entry, in CallRuntime() function in dart::Assembler
|
| /external/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64.cc | 1558 void MacroAssembler::CallRuntime(const Runtime::Function* f, int num_arguments, in CallRuntime() function in v8::internal::MacroAssembler
|