Home | History | Annotate | Download | only in runtime

Lines Matching refs:RUNTIME

18 //    * %#name, which is always a runtime call.
19 // * %_#name, which can be inlined or just a runtime call, the compiler in
22 // * IntrinsicTypes are Runtime::RUNTIME and Runtime::INLINE, respectively.
24 // * IDs are Runtime::k##name and Runtime::kInline##name, respectively.
29 // to a simple runtime call if necessary.
940 // Most intrinsics are implemented in the runtime/ directory, but ICs are
1014 // Runtime provides access to all C++ runtime functions.
1016 class Runtime : public AllStatic {
1028 enum IntrinsicType { RUNTIME, INLINE };
1037 // For RUNTIME functions, this is the C++ entry point.
1064 // Get the runtime intrinsic function table.
1112 Runtime::Function* redirected_intrinsic_functions() {
1117 Runtime::Function* redirected_intrinsic_functions) {
1127 base::SmartArrayPointer<Runtime::Function> redirected_intrinsic_functions_;
1130 friend class Runtime;
1136 std::ostream& operator<<(std::ostream&, Runtime::FunctionId);
1139 // Constants used by interface to runtime functions.