OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isa_str
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
parsed_options.cc
425
const char*
isa_str
= reinterpret_cast<const char*>(options[i].second);
local
426
image_isa_ = GetInstructionSetFromString(
isa_str
);
428
Usage("%s is not a valid instruction set.",
isa_str
);
[
all
...]
/art/patchoat/
patchoat.cc
964
const char*
isa_str
= option.substr(strlen("--instruction-set=")).data();
local
[
all
...]
Completed in 41 milliseconds