OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compiled_methods_
(Results
1 - 6
of
6
) sorted by null
/art/compiler/linker/
relative_patcher_test.h
71
compiled_methods_
(),
88
compiled_methods_
.emplace_back(new CompiledMethod(
106
for (auto& compiled_method :
compiled_methods_
) {
136
for (auto& compiled_method :
compiled_methods_
) {
195
CHECK_EQ(
compiled_methods_
[idx]->GetQuickCode().size(), expected_code.size());
199
size_t offset = result.second -
compiled_methods_
[idx]->CodeDelta();
276
std::vector<std::unique_ptr<CompiledMethod>>
compiled_methods_
;
member in class:art::linker::RelativePatcherTest
/art/compiler/
oat_writer.cc
161
return
compiled_methods_
[class_def_method_index];
169
dchecked_vector<CompiledMethod*>
compiled_methods_
;
member in class:art::OatWriter::OatClass
173
// CompiledMethod entry in OatClass::
compiled_methods_
should be
196
// OatClass::
compiled_methods_
contains null values (and
603
compiled_methods_
(),
610
compiled_methods_
.reserve(256u);
615
compiled_methods_
.clear();
622
// Fill in the
compiled_methods_
array for methods that have a
629
compiled_methods_
.push_back(compiled_method);
649
compiled_methods_
,
[
all
...]
/art/compiler/driver/
compiler_driver.cc
384
compiled_methods_
(MethodTable::key_compare()),
427
for (auto& pair :
compiled_methods_
) {
[
all
...]
compiler_driver.h
658
MethodTable
compiled_methods_
GUARDED_BY(compiled_methods_lock_);
/art/compiler/linker/arm64/
relative_patcher_arm64_test.cc
305
CHECK_EQ(compiled_method_refs_.size(),
compiled_methods_
.size());
306
uint32_t method1_size =
compiled_methods_
[0]->GetQuickCode().size();
[
all
...]
/art/dex2oat/
dex2oat.cc
2462
std::unique_ptr<std::unordered_set<std::string>>
compiled_methods_
;
member in class:art::FINAL
[
all
...]
Completed in 84 milliseconds