Home | History | Annotate | Download | only in src

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
45 // Return the code of the n-th saved register available to JavaScript.
59 Code* code;
67 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
68 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
126 inline void Iterate(ObjectVisitor* v, Code* holder) const;
193 // manually and the FrameScope does not need to emit code.
276 // Get the code associated with this frame.
278 virtual Code* unchecked_code() const = 0;
280 // Get the code associated with this frame.
281 inline Code* LookupCode() const;
283 // Get the code object that contains the given pc.
284 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
286 // Get the code object containing the given pc and fill in the
289 static Code* GetSafepointData(Isolate* isolate,
295 static void IteratePc(ObjectVisitor* v, Address* pc_address, Code* holder);
367 virtual Code* unchecked_code() const;
398 virtual Code* unchecked_code() const;
418 virtual Code* unchecked_code() const;
486 // and parts of the fixed part including context and code fields.
518 Code* code,
523 code_(code),
528 Handle<Code> code() { return code_; }
538 Handle<Code> code_;
589 // Determine the code for the frame.
590 virtual Code* unchecked_code() const;
640 // Determine the code for the frame.
641 virtual Code* unchecked_code() const;
689 // Determine the code for the frame.
690 virtual Code* unchecked_code() const;
721 // Determine the code for the frame.
722 virtual Code* unchecked_code() const;
751 // Get the code associated with this frame.
753 virtual Code* unchecked_code() const;