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.
140 Address Assembler::target_address_at(Address pc, Code* code) {
141 Address constant_pool = code ? code->constant_pool() : NULL;
145 void Assembler::set_target_address_at(Isolate* isolate, Address pc, Code* code,
148 Address constant_pool = code ? code->constant_pool() : NULL;
184 // Currently used only by deserializer, and all code will be flushed
315 Code* RelocInfo::code_age_stub() {
317 return Code::GetCodeFromTargetAddress(
322 void RelocInfo::set_code_age_stub(Code* stub,
344 Object* target_code = Code::GetCodeFromTargetAddress(target);