HomeSort by relevance Sort by last modified time
    Searched refs:Runtime (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/v8/src/ia32/
builtins-ia32.cc 126 // preconditions is not met, the code bails out to the runtime call.
150 // in Runtime_NewObject in runtime.cc). In which case the initial map's
169 __ CallRuntime(Runtime::kFinalizeInstanceSize, 1);
298 // Allocate the new receiver object using the runtime call.
300 // Must restore edi (constructor) before calling runtime.
304 __ CallRuntime(Runtime::kNewObject, 1);
473 __ push(edi); // Function is also the parameter to the runtime call.
474 __ CallRuntime(Runtime::kLazyCompile, 1);
493 __ push(edi); // Function is also the parameter to the runtime call.
494 __ CallRuntime(Runtime::kLazyRecompile, 1)
    [all...]
lithium-codegen-ia32.cc 170 __ CallRuntime(Runtime::kNewContext, 1);
203 __ CallRuntime(Runtime::kTraceEnter, 0);
444 void LCodeGen::CallRuntime(const Runtime::Function* fun,
462 void LCodeGen::CallRuntimeFromDeferred(Runtime::FunctionId id,
    [all...]
code-stubs-ia32.h 40 // TranscendentalCache runtime function.
58 Runtime::FunctionId RuntimeFunction();
108 // Operand type information determined at runtime.
code-stubs-ia32.cc 108 // Create a new closure through the slower runtime call.
116 __ TailCallRuntime(Runtime::kNewClosure, 3, 1);
145 // in the runtime system (see Heap::AllocateFunctionContext).
160 // Need to collect. Call into runtime system.
162 __ TailCallRuntime(Runtime::kNewContext, 1, 1);
239 __ TailCallRuntime(Runtime::kCreateArrayLiteralShallow, 3, 1);
408 // Prepare for a type transition runtime call when the args are already on
1781 ExternalReference runtime = local
2754 Label adaptor_frame, try_allocate, runtime; local
3396 Label runtime; local
5226 Label runtime; local
5240 __ j(NegateCondition(is_string), &runtime); local
5460 Label runtime; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 418 Runtime::FunctionId TranscendentalCacheStub::RuntimeFunction() {
420 return Runtime::kAbort;
macro-assembler-mips.h 715 // Runtime calls
726 // Call a runtime routine.
727 void CallRuntime(const Runtime::Function* f, int num_arguments);
728 void CallRuntimeSaveDoubles(Runtime::FunctionId id);
731 void CallRuntime(Runtime::FunctionId fid, int num_arguments);
737 // Tail call of a runtime routine (jump).
744 // Convenience function: tail call a runtime routine (jump).
745 void TailCallRuntime(Runtime::FunctionId fid,
    [all...]