OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeExecutable
(Results
1 - 6
of
6
) sorted by null
/art/compiler/
common_compiler_test.h
47
void
MakeExecutable
(mirror::ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
49
static void
MakeExecutable
(const void* code_start, size_t code_length);
51
void
MakeExecutable
(mirror::ClassLoader* class_loader, const char* class_name)
common_compiler_test.cc
163
void CommonCompilerTest::
MakeExecutable
(mirror::ArtMethod* method) {
209
MakeExecutable
(code_ptr, code->size());
212
LOG(INFO) << "
MakeExecutable
" << PrettyMethod(method) << " code=" << method_code;
250
void CommonCompilerTest::
MakeExecutable
(const void* code_start, size_t code_length) {
272
void CommonCompilerTest::
MakeExecutable
(mirror::ClassLoader* class_loader, const char* class_name) {
280
MakeExecutable
(klass->GetDirectMethod(i));
283
MakeExecutable
(klass->GetVirtualMethod(i));
373
TimingLogger::ScopedTiming t2("
MakeExecutable
", &timings);
374
MakeExecutable
(method);
/art/compiler/driver/
compiler_driver_test.cc
90
MakeExecutable
(c->GetDirectMethod(i));
93
MakeExecutable
(c->GetVirtualMethod(i));
/art/compiler/optimizing/
codegen_test.cc
56
CommonCompilerTest::
MakeExecutable
(allocator.GetMemory(), allocator.GetSize());
/art/runtime/
reflection_test.cc
29
// TODO: Convert to CommonRuntimeTest. Currently
MakeExecutable
is used.
97
MakeExecutable
(ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader),
100
MakeExecutable
(nullptr, "java.lang.Class");
101
MakeExecutable
(nullptr, "java.lang.Object");
102
MakeExecutable
(ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader),
jni_internal_test.cc
27
// TODO: Convert to CommonRuntimeTest. Currently
MakeExecutable
is used.
[
all
...]
Completed in 121 milliseconds