Home | History | Annotate | Download | only in src

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
42 // Return the code of the n-th saved register available to JavaScript.
55 Code* code;
63 Code* GcSafeFindCodeForPc(Address pc);
64 Code* GcSafeCastToCode(HeapObject* object, Address pc);
102 inline void Iterate(ObjectVisitor* v, Code* holder) const;
211 // Get the code associated with this frame.
213 virtual Code* unchecked_code() const = 0;
215 // Get the code associated with this frame.
216 Code* LookupCode() const {
220 // Get the code object that contains the given pc.
221 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
223 // Get the code object containing the given pc and fill in the
226 static Code* GetSafepointData(Isolate* isolate,
232 static void IteratePc(ObjectVisitor* v, Address* pc_address, Code* holder);
288 virtual Code* unchecked_code() const;
319 virtual Code* unchecked_code() const;
340 virtual Code* unchecked_code() const;
408 // and parts of the fixed part including context and code fields.
436 Code* code,
441 code_(code),
446 Handle<Code> code() { return code_; }
456 Handle<Code> code_;
494 // Determine the code for the frame.
495 virtual Code* unchecked_code() const;
560 // Determine the code for the frame.
561 virtual Code* unchecked_code() const;
594 // Determine the code for the frame.
595 virtual Code* unchecked_code() const;