Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 34) sorted by relevance

12

/art/disassembler/
Ddisassembler_arm64.h33 explicit CustomDisassembler(DisassemblerOptions* options) : in CustomDisassembler()
62 explicit DisassemblerArm64(DisassemblerOptions* options) : in DisassemblerArm64()
Ddisassembler_arm.h29 explicit DisassemblerArm(DisassemblerOptions* options) : Disassembler(options) {} in DisassemblerArm()
Ddisassembler_mips.h29 explicit DisassemblerMips(DisassemblerOptions* options, bool is64bit) : Disassembler(options), in DisassemblerMips()
Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
Ddisassembler_x86.h29 DisassemblerX86(DisassemblerOptions* options, bool supports_rex) in DisassemblerX86()
/art/runtime/jit/
Djit.cc34 JitOptions* JitOptions::CreateFromRuntimeArguments(const RuntimeArgumentMap& options) { in CreateFromRuntimeArguments()
64 Jit* Jit::Create(JitOptions* options, std::string* error_msg) { in Create()
/art/runtime/
Dparsed_options_test.cc43 RuntimeOptions options; in TEST_F() local
101 RuntimeOptions options; in TEST_F() local
Dparsed_options.cc44 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized, in Create()
287 bool ParsedOptions::ProcessSpecialOptions(const RuntimeOptions& options, in ProcessSpecialOptions()
374 bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognized, in Parse()
Dprofiler.cc325 const std::string& output_filename, const ProfilerOptions& options) { in Start()
388 const std::string& output_filename, const ProfilerOptions& options) in BackgroundMethodSamplingProfiler()
Ddebugger.h79 const uint32_t options; member
Dmonitor_test.cc36 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
Doat_file_assistant_test.cc89 virtual void SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
276 virtual void SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
/art/compiler/dex/
Dpass_manager.cc24 PassManager::PassManager(const PassManagerOptions& options) : options_(options) { in PassManager()
Dpass_driver_me.h105 auto* const options = &pass_manager_->GetOptions(); in RunPass() local
215 const PassManagerOptions* options, const char* pass_name, in FillOverriddenPassSettings()
/art/runtime/jdwp/
Djdwp_socket.cc69 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport()
261 bool JdwpSocketState::Establish(const JdwpOptions* options) { in Establish()
Djdwp_main.cc208 JdwpState::JdwpState(const JdwpOptions* options) in JdwpState()
243 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc28 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
/art/imgdiag/
Dimgdiag_test.cc50 virtual void SetUpRuntimeOptions(RuntimeOptions* options) OVERRIDE { in SetUpRuntimeOptions()
/art/runtime/gc/
Dheap_test.cc76 void SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
/art/dalvikvm/
Ddalvikvm.cc121 std::unique_ptr<JavaVMOption[]> options(new JavaVMOption[option_count]()); in dalvikvm() local
/art/compiler/
Dimage_test.cc148 RuntimeOptions options; in TEST_F() local
Dcommon_compiler_test.cc203 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
/art/runtime/arch/
Darch_test.cc27 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
/art/cmdline/
Dcmdline.h87 RuntimeOptions options; in StartRuntime() local
/art/oatdump/
Doatdump.cc346 explicit OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
2188 static int DumpImage(Runtime* runtime, const char* image_location, OatDumperOptions* options, in DumpImage()
2210 static int DumpOatWithRuntime(Runtime* runtime, OatFile* oat_file, OatDumperOptions* options, in DumpOatWithRuntime()
2251 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2262 static int DumpOat(Runtime* runtime, const char* oat_filename, OatDumperOptions* options, in DumpOat()

12