OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swap_fd
(Results
1 - 5
of
5
) sorted by null
/art/compiler/driver/
compiled_method_storage.h
35
explicit CompiledMethodStorage(int
swap_fd
);
compiled_method_storage.cc
171
CompiledMethodStorage::CompiledMethodStorage(int
swap_fd
)
172
: swap_space_(
swap_fd
== -1 ? nullptr : new SwapSpace(
swap_fd
, 10 * MB)),
compiler_driver.h
102
int
swap_fd
,
compiler_driver.cc
281
int
swap_fd
,
304
compiled_method_storage_(
swap_fd
),
[
all
...]
/frameworks/native/cmds/installd/
dexopt.cpp
192
const char* input_file_name, const char* output_file_name, int
swap_fd
,
304
if (
swap_fd
>= 0) {
306
sprintf(dex2oat_swap_fd, "--swap-fd=%d",
swap_fd
);
1564
unique_fd
swap_fd
= maybe_open_dexopt_swap_file(out_oat_path);
local
[
all
...]
Completed in 439 milliseconds