OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocationKind
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
stack_map.h
86
enum
LocationKind
{
92
LocationKind
GetLocationKind(uint16_t register_index) const {
93
return region_.Load<
LocationKind
>(
97
void SetRegisterInfo(uint16_t register_index,
LocationKind
kind, int32_t value) {
99
region_.Store<
LocationKind
>(entry, kind);
100
region_.Store<int32_t>(entry + sizeof(
LocationKind
), value);
105
kFixedSize + sizeof(
LocationKind
) + register_index * SingleEntrySize());
109
return sizeof(
LocationKind
) + sizeof(int32_t);
/external/compiler-rt/lib/ubsan/
ubsan_diag.h
41
enum
LocationKind
{ LK_Null, LK_Source, LK_Module, LK_Memory };
44
LocationKind
Kind;
59
LocationKind
getKind() const { return Kind; }
/art/compiler/optimizing/
stack_map_stream.h
60
DexRegisterMap::
LocationKind
kind;
91
void AddDexRegisterEntry(DexRegisterMap::
LocationKind
kind, int32_t value) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
44
import org.eclipse.core.filebuffers.
LocationKind
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
Completed in 930 milliseconds