Home
last modified time | relevance | path

Searched refs:SetLocalObject (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/art/test/ti-agent/
H A Dlocals_helper.cc52 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalObject(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableObject()
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DStackFrameImpl.c156 error = JVMTI_FUNC_PTR(gdata->jvmti,SetLocalObject) in readVariableValue()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/openjdkjvmti/include/
Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/openjdkjvmti/include/
Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/art/openjdkjvmti/include/
H A Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/include/
Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/include/
Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/openjdkjvmti/include/
Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/openjdkjvmti/include/
Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/openjdkjvmti/include/
Djvmti.h1142 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/include/
Djvmti.h1184 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2153 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2157 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/jdk/jdk21/windows-x86/include/
Djvmti.h1184 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2153 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2157 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/include/
Djvmti.h1184 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2153 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2157 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/include/
Djvmti.h1184 jvmtiError (JNICALL *SetLocalObject) (jvmtiEnv* env,
2153 jvmtiError SetLocalObject(jthread thread, in SetLocalObject() function
2157 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
/aosp_15_r20/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc575 static jvmtiError SetLocalObject(jvmtiEnv* env, in SetLocalObject() function in openjdkjvmti::JvmtiFunctions
1532 JvmtiFunctions::SetLocalObject,