Home | History | Annotate | Download | only in runtime

Lines Matching refs:RUNTIME

21 //    * %#name, which is always a runtime call.
22 // * %_#name, which can be inlined or just a runtime call, the compiler in
25 // * IntrinsicTypes are Runtime::RUNTIME and Runtime::INLINE, respectively.
27 // * IDs are Runtime::k##name and Runtime::kInline##name, respectively.
32 // to a simple runtime call if necessary.
651 // Most intrinsics are implemented in the runtime/ directory, but ICs are
721 // Runtime provides access to all C++ runtime functions.
723 class Runtime : public AllStatic {
734 enum IntrinsicType { RUNTIME, INLINE };
743 // For RUNTIME functions, this is the C++ entry point.
765 // Get the runtime intrinsic function table.
813 Runtime::Function* redirected_intrinsic_functions() {
818 Runtime::Function* redirected_intrinsic_functions) {
827 std::unique_ptr<Runtime::Function[]> redirected_intrinsic_functions_;
830 friend class Runtime;
835 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, Runtime::FunctionId);
838 // Constants used by interface to runtime functions.