Home
last modified time | relevance | path

Searched refs:jlong (Results 76 – 86 of 86) sorted by relevance

1234

/art/openjdkjvmti/
Devents.cc344 static_cast<jlong>(byte_count)); in ObjectAllocated()
406 static_cast<jlong>(timeout)); in ObjectWaitStart()
488 static_cast<jlong>(timeout_ms)); in ThreadParkStart()
759 val.j = static_cast<jlong>(-1); in MethodUnwind()
Dti_method.cc235 jlong table_size = sizeof(jvmtiLocalVariableEntry) * variables.size(); in GetLocalVariableTable()
494 jlong mem_size = context.size() * sizeof(jvmtiLineNumberEntry); in GetLineNumberTable()
1210 fn(jlong, art::Primitive::kPrimLong, j) \
Dti_class.cc236 jlong dex_ptr = reinterpret_cast<uintptr_t>(&initial_dex_file); in ClassPreDefine()
/art/test/004-JniTest/
Djni_test.cc658 extern "C" JNIEXPORT jlong JNICALL Java_Main_testGetMethodID(JNIEnv* env, jclass, jclass c) { in Java_Main_testGetMethodID()
659 return reinterpret_cast<jlong>(env->GetMethodID(c, "a", "()V")); in Java_Main_testGetMethodID()
/art/test/common/
Druntime_state.cc422 extern "C" JNIEXPORT jlong JNICALL Java_Main_genericFieldOffset(JNIEnv* env, jclass, jobject fld) { in Java_Main_genericFieldOffset()
/art/runtime/jni/
Djni_internal_test.cc425 reinterpret_cast<jlong*>(elements), 0); in ReleasePrimitiveArrayElementsOfWrongType()
511 reinterpret_cast<jlong*>(elements)); in GetPrimitiveArrayRegionElementsOfWrongType()
569 reinterpret_cast<jlong*>(elements)); in SetPrimitiveArrayRegionElementsOfWrongType()
1250 GetLongArrayElements, ReleaseLongArrayElements, jlong, "[J"); in TEST_F()
2288 ASSERT_EQ(env_->GetDirectBufferCapacity(direct_buffer), static_cast<jlong>(sizeof(bytes))); in TEST_F()
2311 env_->NewDirectByteBuffer(bytes, static_cast<jlong>(INT_MAX) + 1); in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc556 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()
785 val.j = *reinterpret_cast<jlong*>(GetParamAddress()); in Visit()
2063 jlong long_arg; in Visit()
2067 long_arg = *reinterpret_cast<jlong*>(GetParamAddress()); in Visit()
/art/runtime/interpreter/
Dunstarted_runtime.cc1857 jlong offset = (static_cast<uint64_t>(args[2]) << 32) | args[1]; in UnstartedJNIUnsafeCompareAndSwapInt()
1892 jlong offset = (static_cast<uint64_t>(args[2]) << 32) | args[1]; in UnstartedJNIUnsafeGetIntVolatile()
1906 jlong offset = (static_cast<uint64_t>(args[2]) << 32) | args[1]; in UnstartedJNIUnsafePutObject()
/art/runtime/
Dreflection.cc131 AppendWide(va_arg(ap, jlong)); in BuildArgArrayFromVarArgs()
Dthread.cc863 reinterpret_cast<jlong>(child_thread)); in CreateNativeThread()
1079 reinterpret_cast64<jlong>(self)); in Attach()
1123 reinterpret_cast64<jlong>(self)); in CreatePeer()
/art/runtime/gc/
Dheap.cc3881 static_cast<jlong>(timeout)); in RunFinalization()

1234