OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:core_spill_mask
(Results
1 - 2
of
2
) sorted by null
/art/compiler/
oat_writer.cc
283
uint32_t
core_spill_mask
= 0;
local
322
core_spill_mask
= compiled_method->GetCoreSpillMask();
392
core_spill_mask
,
407
method->SetCoreSpillMask(
core_spill_mask
);
[
all
...]
/art/runtime/mirror/
art_method.h
333
void SetCoreSpillMask(uint32_t
core_spill_mask
) {
335
SetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, core_spill_mask_),
core_spill_mask
, false);
local
Completed in 517 milliseconds