Home
last modified time | relevance | path

Searched defs:param (Results 1 – 11 of 11) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.h114 bool IsParamALongOrDouble(unsigned int param) const { in IsParamALongOrDouble()
124 bool IsParamAFloatOrDouble(unsigned int param) const { in IsParamAFloatOrDouble()
134 bool IsParamADouble(unsigned int param) const { in IsParamADouble()
143 bool IsParamALong(unsigned int param) const { in IsParamALong()
152 bool IsParamAReference(unsigned int param) const { in IsParamAReference()
179 size_t ParamSize(unsigned int param) const { in ParamSize()
/art/test/566-checker-codegen-select/src/
DMain.java23 public long $noinline$longSelect(long param) { in $noinline$longSelect()
48 public long $noinline$longSelect_Constant(long param) { in $noinline$longSelect_Constant()
62 public int $noinline$intSelect_Constant(int param) { in $noinline$intSelect_Constant()
/art/test/660-checker-simd-sad-short3/src/
DMain.java47 private static int sadShort2IntParamRight(short[] s, short param) { in sadShort2IntParamRight()
78 private static int sadShort2IntParamLeft(short[] s, short param) { in sadShort2IntParamLeft()
/art/runtime/mirror/
Dmethod_type_test.cc62 Handle<mirror::Class> param = hs.NewHandle(class_linker->FindClass( in CreateMethodType() local
/art/test/401-optimizing-compiler/src/
DMain.java129 static int $opt$TestInvokeIntParameter(int param) { in $opt$TestInvokeIntParameter()
/art/runtime/native/
Djava_lang_reflect_Executable.cc368 MutableHandle<mirror::Class> param(hs.NewHandle<mirror::Class>(nullptr)); in Executable_getParameterTypesInternal() local
/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java744 MakeBoundType(int param) { in MakeBoundType()
/art/runtime/jit/
Dprofile_saver.cc67 sched_param param; in GetDefaultThreadPriority() local
/art/libdexfile/dex/
Ddex_file.cc679 StringPiece param(dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_)); in operator ==() local
/art/runtime/
Dmethod_handles.cc406 ObjPtr<mirror::Class> param(param_types->GetWithoutChecks(0)); in IsCallerTransformer() local
/art/runtime/interpreter/
Dunstarted_runtime.cc173 mirror::Object* param = shadow_frame->GetVRegReference(arg_offset); in GetClassName() local
267 mirror::Object* param = shadow_frame->GetVRegReference(arg_offset); in UnstartedClassNewInstance() local