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
54 // Absolute code pointer inside code object moves with the code object.
122 Address Assembler::target_address_at(Address pc, Code* code) {
123 Address constant_pool = code ? code->constant_pool() : NULL;
127 void Assembler::set_target_address_at(Isolate* isolate, Address pc, Code* code,
130 Address constant_pool = code ? code->constant_pool() : NULL;
253 Code* RelocInfo::code_age_stub() {
255 return Code::GetCodeFromTargetAddress(
259 void RelocInfo::set_code_age_stub(Code* stub,
276 Object* target_code = Code::GetCodeFromTargetAddress(target);
375 int32_t Assembler::emit_code_target(Handle<Code> target, RelocInfo::Mode rmode,
387 // Optimization if we keep jumping to the same code target.
487 // This is for calls and branches within generated code. The serializer
491 Isolate* isolate, Address instruction_payload, Code* code, Address target) {
492 set_target_address_at(isolate, instruction_payload, code, target);
498 Code* code = NULL;
499 set_target_address_at(isolate, pc, code, target, SKIP_ICACHE_FLUSH);
505 // This code assumes the FIXED_SEQUENCE of IIHF/IILF