Home
last modified time | relevance | path

Searched defs:code_start (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_quick_method_header.h88 uintptr_t code_start = reinterpret_cast<uintptr_t>(code_); in Contains() local
Dstack.cc646 uintptr_t code_start = reinterpret_cast<uintptr_t>(code); in AssertPcIsWithinQuickCode() local
/art/compiler/
Dcommon_compiler_test.cc98 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable()
/art/compiler/optimizing/
Dcode_generator.cc189 size_t code_start = 0; in GenerateSlowPaths() local