OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackObject
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/trees/
occlusion_tracker.h
100
struct
StackObject
{
101
StackObject
() : target(0) {}
102
explicit
StackObject
(const LayerType* target) : target(target) {}
123
std::vector<
StackObject
> stack_;
occlusion_tracker.cc
162
stack_.push_back(
StackObject
(new_target));
643
const
StackObject
& second_last = stack_[stack_.size() - 2];
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py
697
class
StackObject
(object):
727
pyint =
StackObject
(
732
pylong =
StackObject
(
737
pyinteger_or_bool =
StackObject
(
743
pybool =
StackObject
(
748
pyfloat =
StackObject
(
753
pystring =
StackObject
(
758
pyunicode =
StackObject
(
763
pynone =
StackObject
(
768
pytuple =
StackObject
(
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py
697
class
StackObject
(object):
727
pyint =
StackObject
(
732
pylong =
StackObject
(
737
pyinteger_or_bool =
StackObject
(
743
pybool =
StackObject
(
748
pyfloat =
StackObject
(
753
pystring =
StackObject
(
758
pyunicode =
StackObject
(
763
pynone =
StackObject
(
768
pytuple =
StackObject
(
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
82
//
StackObject
- Represent a single object allocated on the stack.
83
struct
StackObject
{
117
StackObject
(uint64_t Sz, unsigned Al, int64_t SP, bool IM,
127
std::vector<
StackObject
> Objects;
/external/llvm/lib/CodeGen/
MachineFunction.cpp
499
Objects.push_back(
StackObject
(Size, Alignment, 0, false, isSS, MayNeedSP,
534
Objects.push_back(
StackObject
(0, Alignment, 0, false, false, true, 0));
557
Objects.insert(Objects.begin(),
StackObject
(Size, Align, SPOffset, Immutable,
653
const
StackObject
&SO = Objects[i];
[
all
...]
/external/chromium_org/cc/layers/
tiled_layer_unittest.cc
35
stack_.push_back(
StackObject
());
[
all
...]
Completed in 498 milliseconds