HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATED (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/codec2/sfplugin/
CCodec.h 128 ALLOCATED,
132 ALLOCATING, // RELEASED -> ALLOCATED
133 STARTING, // ALLOCATED -> RUNNING
134 STOPPING, // RUNNING -> ALLOCATED
CCodec.cpp 641 state->set(ALLOCATED);
665 return (state->get() != ALLOCATED) ? UNKNOWN_ERROR : OK;
680 if (state->get() != ALLOCATED) {
    [all...]
  /external/v8/src/compiler/
instruction.h 43 ALLOCATED,
58 // Constant operands participate in register allocation. They are allocated to
74 INSTRUCTION_OPERAND_PREDICATE(Allocated, ALLOCATED)
541 : LocationOperand(ALLOCATED, kind, rep, index) {}
548 INSTRUCTION_OPERAND_CASTS(AllocatedOperand, ALLOCATED);
    [all...]
instruction.cc 179 case InstructionOperand::ALLOCATED: {
180 LocationOperand allocated = LocationOperand::cast(op); local
182 os << "[stack:" << allocated.index();
184 os << "[fp_stack:" << allocated.index();
188 allocated.register_code())
192 << GetRegConfig()->GetDoubleRegisterName(allocated.register_code())
196 << GetRegConfig()->GetFloatRegisterName(allocated.register_code())
201 << GetRegConfig()->GetSimd128RegisterName(allocated.register_code())
204 if (allocated.IsExplicit()) {
207 switch (allocated.representation())
    [all...]
register-allocator.cc 333 case InstructionOperand::ALLOCATED:
1597 InstructionOperand allocated; local
    [all...]

Completed in 232 milliseconds