Home
last modified time | relevance | path

Searched defs:CallRuntime (Results 1 – 25 of 33) sorted by relevance

12

/external/vixl/examples/aarch64/
Dsimulated-runtime-calls.cc68 __ 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/
Ddebug-x64.cc23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/mips64/
Ddebug-mips64.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/arm64/
Ddebug-arm64.cc23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/arm/
Ddebug-arm.cc24 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/s390/
Ddebug-s390.cc23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/mips/
Ddebug-mips.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/ia32/
Ddebug-ia32.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/ppc/
Ddebug-ppc.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc54 __ 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/
Dbuiltins-mips64.cc56 __ 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/
Dbuiltins-arm.cc61 __ 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/
Dbuiltins-s390.cc54 __ 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/
Dbuiltins-arm64.cc62 __ 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/
Dbuiltins-x64.cc63 __ 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/
Dbuiltins-mips.cc56 __ 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/
Dbuiltins-ia32.cc59 __ 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/
Dbytecode-array-builder.cc1478 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/
Djs-operator.cc853 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
Dcode-assembler.h1007 TNode<T> CallRuntime(Runtime::FunctionId function, TNode<Object> context, in CallRuntime() function
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc13101 __ 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/
Dast.h1757 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/
Dmacro-assembler-ia32.cc1008 void MacroAssembler::CallRuntime(const Runtime::Function* f, int num_arguments, in CallRuntime() function in v8::internal::MacroAssembler
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc3357 void Assembler::CallRuntime(const RuntimeEntry& entry, in CallRuntime() function in dart::Assembler
/external/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc1558 void MacroAssembler::CallRuntime(const Runtime::Function* f, int num_arguments, in CallRuntime() function in v8::internal::MacroAssembler

12