OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsValidObjectAddress
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
check_jni.cc
211
if (!Runtime::Current()->GetHeap()->
IsValidObjectAddress
(obj)) {
250
if (o == nullptr || !Runtime::Current()->GetHeap()->
IsValidObjectAddress
(o)) {
466
!Runtime::Current()->GetHeap()->
IsValidObjectAddress
(c)) {
632
if (!Runtime::Current()->GetHeap()->
IsValidObjectAddress
(obj)) {
686
if (!Runtime::Current()->GetHeap()->
IsValidObjectAddress
(a)) {
707
if (!Runtime::Current()->GetHeap()->
IsValidObjectAddress
(f) || !f->IsArtField()) {
721
if (!Runtime::Current()->GetHeap()->
IsValidObjectAddress
(m) || !m->IsArtMethod()) {
742
if (!Runtime::Current()->GetHeap()->
IsValidObjectAddress
(o)) {
[
all
...]
debugger.cc
[
all
...]
/art/runtime/gc/
heap.h
244
bool
IsValidObjectAddress
(const mirror::Object* obj) const
[
all
...]
heap.cc
[
all
...]
Completed in 3103 milliseconds