Home
last modified time | relevance | path

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

/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/compiler/jni/quick/
Dcalling_convention.h117 bool IsParamALongOrDouble(unsigned int param) const { in IsParamALongOrDouble()
127 bool IsParamAFloatOrDouble(unsigned int param) const { in IsParamAFloatOrDouble()
137 bool IsParamADouble(unsigned int param) const { in IsParamADouble()
146 bool IsParamALong(unsigned int param) const { in IsParamALong()
155 bool IsParamAReference(unsigned int param) const { in IsParamAReference()
182 size_t ParamSize(unsigned int param) const { in ParamSize()
/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc45 std::ostream& operator<<(std::ostream& os, const jvmtiParamInfo& param) { in operator <<()
111 const jvmtiParamInfo& param = info.params[j]; in SetupJvmtiEnv() local
138 const jvmtiParamInfo& param = info.params[j]; in SetupJvmtiEnv() local
/art/test/660-checker-simd-sad/src/
DSimdSadShort3.java47 private static int sadShort2IntParamRight(short[] s, short param) { in sadShort2IntParamRight()
78 private static int sadShort2IntParamLeft(short[] s, short param) { in sadShort2IntParamLeft()
/art/libdexfile/dex/
Dsignature.cc72 std::string_view param(dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_)); in operator ==() local
/art/runtime/mirror/
Dmethod_type_test.cc64 Handle<mirror::Class> param = hs.NewHandle(class_linker->FindClass( in CreateMethodType() local
/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java128 public static final int testDotProdLoopInvariantConvRight(byte[] b, int param) { in testDotProdLoopInvariantConvRight()
/art/test/401-optimizing-compiler/src/
DMain.java129 static int $opt$TestInvokeIntParameter(int param) { in $opt$TestInvokeIntParameter()
/art/runtime/native/
Djava_lang_reflect_Executable.cc362 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.cc75 sched_param param; in GetDefaultThreadPriority() local
/art/runtime/
Dmethod_handles.cc409 ObjPtr<mirror::Class> param(param_types->GetWithoutChecks(0)); in IsCallerTransformer() local
/art/runtime/interpreter/
Dunstarted_runtime.cc179 mirror::Object* param = shadow_frame->GetVRegReference(arg_offset); in GetClassName() local
279 mirror::Object* param = shadow_frame->GetVRegReference(arg_offset); in UnstartedClassNewInstance() local