Home | History | Annotate | Download | only in src

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
43 // Return the code of the n-th saved register available to JavaScript.
56 Code* code;
64 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
65 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
110 inline void Iterate(ObjectVisitor* v, Code* holder) const;
151 // manually and the FrameScope does not need to emit code.
223 // Get the code associated with this frame.
225 virtual Code* unchecked_code() const = 0;
227 // Get the code associated with this frame.
228 inline Code* LookupCode() const;
230 // Get the code object that contains the given pc.
231 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
233 // Get the code object containing the given pc and fill in the
236 static Code* GetSafepointData(Isolate* isolate,
242 static void IteratePc(ObjectVisitor* v, Address* pc_address, Code* holder);
303 virtual Code* unchecked_code() const;
334 virtual Code* unchecked_code() const;
354 virtual Code* unchecked_code() const;
422 // and parts of the fixed part including context and code fields.
451 Code* code,
456 code_(code),
461 Handle<Code> code() { return code_; }
471 Handle<Code> code_;
510 // Determine the code for the frame.
511 virtual Code* unchecked_code() const;
581 // Determine the code for the frame.
582 virtual Code* unchecked_code() const;
613 // Determine the code for the frame.
614 virtual Code* unchecked_code() const;