OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memType
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcLoadFormat.h
118
memType_t
memType
; /**< Type of memory the service must be executed from. */
/dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp
35
static void setMemRefType(MipsLIR *lir, bool isLoad, int
memType
)
50
switch(
memType
) {
67
ALOGE("Jit: invalid memref kind - %d",
memType
);
/dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp
35
static void setMemRefType(ArmLIR *lir, bool isLoad, int
memType
)
48
switch(
memType
) {
65
ALOGE("Jit: invalid memref kind - %d",
memType
);
Completed in 698 milliseconds