Home
last modified time | relevance | path

Searched refs:HasVarArgs (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_test.cc100 ASSERT_TRUE(ins->HasVarArgs()); in TEST()
138 ASSERT_FALSE(ins->HasVarArgs()); in TEST()
H A Ddex_instruction-inl.h554 inline bool Instruction::HasVarArgs() const { in HasVarArgs() function
559 DCHECK(HasVarArgs()); in GetVarArgs()
H A Ddex_instruction.h471 bool HasVarArgs() const;
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc471 bool is_var_args = inst->HasVarArgs(); in DoVarHandleInvokeCommon()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3957 DCHECK_EQ(!is_range, inst->HasVarArgs()); in VerifyInvocationArgsFromIterator()