OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocationKind
(Results
1 - 3
of
3
) 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; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
Completed in 256 milliseconds