OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_obj
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
gc.h
233
Object*
dst_obj
;
local
246
dst_obj
= src_obj;
253
(*secvec).push_back(Section_id(
dst_obj
, dst_indx));
290
dst_obj
= NULL;
295
dst_obj
= gsym->object();
310
symtab->icf()->set_section_has_function_pointers(
dst_obj
, dst_indx);
329
(*secvec).push_back(Section_id(
dst_obj
, dst_indx));
351
symtab->gc()->add_reference(src_obj, src_indx,
dst_obj
, dst_indx);
354
dst_obj
, dst_indx, dst_off);
/art/runtime/interpreter/
unstarted_runtime.cc
584
mirror::Object*
dst_obj
= shadow_frame->GetVRegReference(arg_offset + 2);
local
590
if (
dst_obj
== nullptr) {
595
if (!src_obj->IsArrayInstance() || !
dst_obj
->IsArrayInstance()) {
601
mirror::Array* dst_array =
dst_obj
->AsArray();
[
all
...]
Completed in 556 milliseconds