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
55 // absolute code pointer inside code object moves with the code object.
100 // by the serializer and expects the address to reside within the code
134 Address Assembler::target_address_at(Address pc, Code* code) {
135 Address constant_pool = code ? code->constant_pool() : NULL;
139 void Assembler::set_target_address_at(Isolate* isolate, Address pc, Code* code,
142 Address constant_pool = code ? code->constant_pool() : NULL;
276 Code* RelocInfo::code_age_stub() {
278 return Code::GetCodeFromTargetAddress(
283 void RelocInfo::set_code_age_stub(Code* stub,
302 Object* target_code = Code::GetCodeFromTargetAddress(target);
601 // This is for calls and branches within generated code. The serializer
605 Isolate* isolate, Address instruction_payload, Code* code, Address target) {
606 set_target_address_at(isolate, instruction_payload, code, target);
613 Code* code = NULL;
614 set_target_address_at(isolate, pc, code, target, SKIP_ICACHE_FLUSH);
621 // This code assumes the FIXED_SEQUENCE of lis/ori