Home
last modified time | relevance | path

Searched defs:arg_pos (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/art/compiler/jni/quick/
H A Dcalling_convention.cc207 size_t arg_pos = GetIteratorPositionWithinShorty(); in HasNext() local
239 size_t arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAReference() local
261 size_t arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAFloatOrDouble() local
275 size_t arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamADouble() local
289 size_t arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamALong() local
298 size_t arg_pos = GetIteratorPositionWithinShorty(); in CurrentParamSize() local
/aosp_15_r20/art/test/1945-proxy-method-arguments/src/
H A DMain.java75 int arg_pos = i + 1; in testMethod10() local
90 int arg_pos = i + 1; in testMethod10Even() local
100 private Object getProxyMethodArgument(int arg_pos) { in getProxyMethodArgument()
118 private native Object getArgument(int arg_pos, int frame_depth); in getArgument()
/aosp_15_r20/art/test/1945-proxy-method-arguments/
H A Dget_args.cc87 jobject GetProxyReferenceArgument(size_t arg_pos, size_t proxy_method_frame_depth) { in GetProxyReferenceArgument()
107 [[maybe_unused]] JNIEnv* env, [[maybe_unused]] jobject thiz, int arg_pos, int frame_depth) { in Java_TestInvocationHandler_getArgument()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Darguments.cc315 size_t arg_pos = next_position + strlen(kArgsPrefix); in RenameArgs() local
446 size_t arg_pos = next_position; in ResolveConstExprPass() local
490 size_t arg_pos = next_position; in ResolveSelectorsPass() local
622 size_t arg_pos = next_position; in ResolveArgsPass() local
/aosp_15_r20/art/compiler/jni/quick/riscv64/
H A Dcalling_convention_riscv64.cc321 size_t arg_pos = GetIteratorPositionWithinShorty(); in CurrentParamSize() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DTypes.h183 ConvPostOpInfoEltwiseAdd(int arg_pos, const ConvertPolicy &policy) in ConvPostOpInfoEltwiseAdd()
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc397 for (size_t shorty_pos = 0, arg_pos = 0; cur_reg < num_regs; ++shorty_pos, ++arg_pos, cur_reg++) { in EnterInterpreterFromInvoke() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/
H A Dast_edits.py66 def get_arg_value(node, arg_name, arg_pos=None): argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs360 let mut arg_pos = 0; in parse() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs360 let mut arg_pos = 0; in parse() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs360 let mut arg_pos = 0; in parse() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs360 let mut arg_pos = 0; in parse() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs360 let mut arg_pos = 0; in parse() localVariable
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc979 GetQuickReferenceArgumentAtVisitor(ArtMethod** sp, std::string_view shorty, size_t arg_pos) in GetQuickReferenceArgumentAtVisitor()
1014 size_t arg_pos, ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in artQuickGetProxyReferenceArgumentAt()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp1472 size_t arg_pos = 0; in parse() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc1258 int arg_pos = num_consts; in Run() local