Lines Matching defs:object
190 Handle<Object> Assembler::code_target_object_handle_at(Address pc) {
200 // absolute code pointer inside code object moves with the code object.
246 Object* RelocInfo::target_object() {
252 Handle<Object> RelocInfo::target_object_handle(Assembler *origin) {
262 Object** RelocInfo::target_object_address() {
264 return reinterpret_cast<Object**>(pc_);
274 void RelocInfo::set_target_object(Object* target) {
276 *reinterpret_cast<Object**>(pc_) = target;
292 Object* object = HeapObject::FromAddress(
294 return reinterpret_cast<JSGlobalPropertyCell*>(object);
344 Object* RelocInfo::call_object() {
349 void RelocInfo::set_call_object(Object* target) {
354 Object** RelocInfo::call_object_address() {
357 return reinterpret_cast<Object**>(