HomeSort by relevance Sort by last modified time
    Searched refs:GetConstant (Results 26 - 50 of 53) sorted by null

12 3

  /external/v8/src/compiler/
code-generator-impl.h 150 return gen_->code()->GetConstant(
instruction.cc     [all...]
instruction.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 143 STDMETHOD_(D3DXHANDLE, GetConstant)(THIS_ D3DXHANDLE hConstant, UINT Index) PURE;
187 #define ID3DXConstantTable_GetConstant(p,a,b) (p)->lpVtbl->GetConstant(p,a,b)
218 #define ID3DXConstantTable_GetConstant(p,a,b) (p)->GetConstant(a,b)
255 STDMETHOD_(D3DXHANDLE, GetConstant)(THIS_ D3DXHANDLE hConstant, UINT Index) PURE;
  /art/compiler/optimizing/
code_generator_vector_arm64.cc 109 __ Fmov(dst.V4S(), src_loc.GetConstant()->AsFloatConstant()->GetValue());
117 __ Fmov(dst.V2D(), src_loc.GetConstant()->AsDoubleConstant()->GetValue());
715 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
748 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
781 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
    [all...]
code_generator.cc 89 if (location.GetConstant()->IsIntConstant()) {
91 } else if (location.GetConstant()->IsNullConstant()) {
93 } else if (location.GetConstant()->IsLongConstant()) {
95 } else if (location.GetConstant()->IsFloatConstant()) {
98 return location.GetConstant()->IsDoubleConstant()
    [all...]
code_generator_vector_mips.cc 730 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
763 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
796 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
874 offset += index.GetConstant()->AsIntConstant()->GetValue() << scale;
    [all...]
code_generator_vector_mips64.cc 734 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
767 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
800 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
878 offset += index.GetConstant()->AsIntConstant()->GetValue() << scale;
    [all...]
instruction_simplifier_shared.cc 155 mul->GetBlock()->GetGraph()->GetConstant(type, 0),
code_generator_vector_arm_vixl.cc 545 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
574 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
603 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
intrinsics_arm64.cc     [all...]
code_generator_vector_x86.cc 746 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
775 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
800 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
    [all...]
code_generator_vector_x86_64.cc 739 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
768 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
793 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
    [all...]
common_arm64.h 155 HConstant* instr = location.GetConstant();
locations.h 110 HConstant* GetConstant() const {
code_generator_arm64.cc     [all...]
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
graph_visualizer.cc 307 HConstant* constant = location.GetConstant();
    [all...]
instruction_simplifier.cc     [all...]
  /art/runtime/
quick_exception_handler.cc 463 value = vreg_map.GetConstant(vreg, number_of_vregs, code_info, encoding);
stack.cc 270 *val = dex_register_map.GetConstant(vreg, number_of_dex_registers, code_info, encoding);
    [all...]
stack_map.h 489 int32_t GetConstant(uint16_t dex_register_number,
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 824 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
828 // recursively call GetConstant
849 return GetConstant(&constant_0_, 0);
854 return GetConstant(&constant_1_, 1);
859 return GetConstant(&constant_minus1_, -1);
869 HConstant* HGraph::GetConstant##Name() { \
913 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
    [all...]

Completed in 919 milliseconds

12 3