Lines Matching refs:Code
8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been modified
60 // absolute code pointer inside code object moves with the code object.
81 // by the serializer and expects the address to reside within the code
200 Code* RelocInfo::code_age_stub() {
202 return Code::GetCodeFromTargetAddress(
208 void RelocInfo::set_code_age_stub(Code* stub,
230 Object* target_code = Code::GetCodeFromTargetAddress(target);
442 Isolate* isolate, Address constant_pool_entry, Code* code, Address target) {
444 set_target_address_at(isolate, constant_pool_entry, code, target);
549 // instruction cache after patching a target address in the code as follows:
593 Address Assembler::target_address_at(Address pc, Code* code) {
594 Address constant_pool = code ? code->constant_pool() : NULL;
598 void Assembler::set_target_address_at(Isolate* isolate, Address pc, Code* code,
601 Address constant_pool = code ? code->constant_pool() : NULL;