OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpDiff
(Results
1 - 6
of
6
) sorted by null
/development/vndk/tools/header-checker/src/diff/
abi_diff_wrappers.cpp
32
bool DiffWrapper<repr::RecordTypeIR>::
DumpDiff
(
48
bool DiffWrapper<repr::EnumTypeIR>::
DumpDiff
(
64
bool DiffWrapper<repr::GlobalVarIR>::
DumpDiff
(
88
bool DiffWrapper<repr::FunctionIR>::
DumpDiff
(
abi_diff_wrappers.h
51
bool
DumpDiff
(repr::IRDiffDumper::DiffKind diff_kind);
abi_diff.cpp
385
if (!diff_wrapper.
DumpDiff
(diff_kind)) {
/art/dex2oat/linker/
relative_patcher_test.h
233
DumpDiff
(expected_code, linked_code);
237
void
DumpDiff
(const ArrayRef<const uint8_t>& expected_code,
/art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc
260
DumpDiff
(ArrayRef<const uint8_t>(expected_code), linked_code);
717
DumpDiff
(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk);
[
all
...]
/art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc
233
DumpDiff
(ArrayRef<const uint8_t>(expected_code), linked_code);
419
DumpDiff
(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code);
[
all
...]
Completed in 2982 milliseconds