Lines Matching refs:Code
9 // - Redistributions of source code must retain the above copyright notice,
32 // The original source code covered by the above license above has been
93 // Absolute code pointer inside code object moves with the code object.
142 Address Assembler::target_address_at(Address pc, Code* code) {
143 Address constant_pool = code ? code->constant_pool() : NULL;
147 void Assembler::set_target_address_at(Isolate* isolate, Address pc, Code* code,
150 Address constant_pool = code ? code->constant_pool() : NULL;
172 // Currently used only by deserializer, and all code will be flushed
297 Code* RelocInfo::code_age_stub() {
299 return Code::GetCodeFromTargetAddress(
304 void RelocInfo::set_code_age_stub(Code* stub,
326 Object* target_code = Code::GetCodeFromTargetAddress(target);