OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeletableArenaObject
(Results
1 - 9
of
9
) sorted by null
/art/runtime/base/
arena_object.h
52
class
DeletableArenaObject
{
/art/compiler/driver/
dex_compilation_unit.h
35
class DexCompilationUnit : public
DeletableArenaObject
<kArenaAllocMisc> {
/art/compiler/utils/
assembler.h
67
class SlowPath : public
DeletableArenaObject
<kArenaAllocAssembler> {
357
class Assembler : public
DeletableArenaObject
<kArenaAllocAssembler> {
jni_macro_assembler.h
46
class JNIMacroAssembler : public
DeletableArenaObject
<kArenaAllocAssembler> {
/art/compiler/jni/quick/
calling_convention.h
31
class CallingConvention : public
DeletableArenaObject
<kArenaAllocCallingConvention> {
/art/runtime/jit/
profile_compilation_info.h
302
struct DexFileData : public
DeletableArenaObject
<kArenaAllocProfile> {
/art/compiler/optimizing/
code_generator.h
77
class SlowPathCode : public
DeletableArenaObject
<kArenaAllocSlowPaths> {
180
class CodeGenerator : public
DeletableArenaObject
<kArenaAllocCodeGenerator> {
[
all
...]
code_generator_arm64.h
112
class JumpTableARM64 : public
DeletableArenaObject
<kArenaAllocSwitchTable> {
[
all
...]
code_generator_arm_vixl.h
120
class JumpTableARMVIXL : public
DeletableArenaObject
<kArenaAllocSwitchTable> {
[
all
...]
Completed in 1601 milliseconds