OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:string_init
(Results
1 - 5
of
5
) sorted by null
/art/compiler/dex/
mir_method_info.cc
88
bool
string_init
= false;
local
90
string_init
= true;
173
(fast_path_flags != 0 ||
string_init
? kFlagFastPath : 0u) |
182
if (
string_init
) {
/external/iptables/extensions/
libxt_string.c
72
static void
string_init
(struct xt_entry_match *m)
function
311
.init =
string_init
,
326
.init =
string_init
,
/art/runtime/interpreter/
interpreter_common.cc
483
bool
string_init
= false;
local
489
string_init
= true;
498
DCHECK_EQ(
string_init
? num_ins - 1 : num_ins, code_item->ins_size_);
502
if (
string_init
) {
548
} else if (
string_init
) {
598
if (
string_init
) {
617
if (
string_init
) {
658
if (
string_init
&& !self->IsExceptionPending()) {
[
all
...]
/external/valgrind/coregrind/m_demangle/
cplus-dem.c
398
string_init
(string *);
4813
string_init
(string *s)
function
[
all
...]
/external/zopfli/src/zopflipng/lodepng/
lodepng.cpp
290
static void
string_init
(char** out)
function
[
all
...]
Completed in 277 milliseconds