Home | History | Annotate | Download | only in src

Lines Matching refs:Function

228     EXTERNAL_REFERENCE,  // The address of an external C++ function.
229 INTERNAL_REFERENCE, // An address inside the same function.
308 // The only architecture-independent user of this function is the serializer.
318 // and written. In this case the target_address_address function above
483 // External function
510 // Direct call to API function callback.
529 ExternalReference(const Runtime::Function* f, Isolate* isolate);
626 // Function Debug::Break()
636 // Function NativeRegExpMacroAssembler::CaseInsensitiveCompareUC16()
639 // Function RegExpMacroAssembler*::CheckStackGuardState()
642 // Function NativeRegExpMacroAssembler::GrowStack()
650 // This lets you register a function that rewrites all external references.