OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_strong
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
intern_table.cc
210
bool
is_strong
,
254
if (
is_strong
) {
262
return
is_strong
? InsertStrong(s) : InsertWeak(s);
intern_table.h
231
ObjPtr<mirror::String> Insert(ObjPtr<mirror::String> s, bool
is_strong
, bool holding_locks)
/external/v8/src/profiler/
heap-snapshot-generator.cc
1712
bool
is_strong
= strong_index < strong_references_.length()
local
[
all
...]
Completed in 92 milliseconds