HomeSort by relevance Sort by last modified time
    Searched refs:GetVarArgs (Results 1 - 7 of 7) sorted by null

  /art/runtime/
dex_instruction.h 391 void GetVarArgs(uint32_t args[kMaxVarArgRegs], uint16_t inst_data) const;
392 void GetVarArgs(uint32_t args[kMaxVarArgRegs]) const {
393 return GetVarArgs(args, Fetch16(0));
dex_instruction-inl.h 438 inline void Instruction::GetVarArgs(uint32_t arg[5], uint16_t inst_data) const {
dex_instruction.cc 299 GetVarArgs(arg);
  /art/runtime/interpreter/
interpreter_common.cc 566 inst->GetVarArgs(arg, inst_data);
706 inst->GetVarArgs(arg);
    [all...]
  /art/compiler/optimizing/
builder.cc 609 instruction.GetVarArgs(args);
  /art/runtime/verifier/
method_verifier.cc 755 inst->GetVarArgs(args);
    [all...]
  /art/compiler/dex/
mir_graph.cc 148 inst->GetVarArgs(decoded_instruction->arg);
    [all...]

Completed in 376 milliseconds