Home
last modified time | relevance | path

Searched refs:constant_index (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Expression/
DIRInterpreter.cpp959 ConstantInt *constant_index = dyn_cast<ConstantInt>(*ii); in Interpret() local
961 if (!constant_index) in Interpret()
977constant_index = cast<ConstantInt>(ConstantInt::get((*ii)->getType(), I.ULongLong(LLDB_INVALID_ADD… in Interpret()
980 const_indices.push_back(constant_index); in Interpret()
/external/v8/src/ic/
Dhandler-compiler.cc191 int constant_index) { in CompileLoadConstant() argument
194 LoadConstantStub stub(isolate(), constant_index); in CompileLoadConstant()
Dhandler-compiler.h118 Handle<Code> CompileLoadConstant(Handle<Name> name, int constant_index);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp1443 ir_constant *constant_index; in visit() local
1447 constant_index = ir->array_index->constant_expression_value(); in visit()
1452 if (constant_index) { in visit()
1453 src.reg_offset += constant_index->value.i[0] * element_size; in visit()
/external/v8/src/
Dassembler.cc1358 ExternalReference ExternalReference::math_exp_constants(int constant_index) { in math_exp_constants() argument
1361 reinterpret_cast<void*>(math_exp_constants_array + constant_index)); in math_exp_constants()
Dcode-stubs.h934 LoadConstantStub(Isolate* isolate, int constant_index) in LoadConstantStub() argument
936 set_sub_minor_key(ConstantIndexBits::encode(constant_index)); in LoadConstantStub()
939 int constant_index() const { in constant_index() function
Dassembler.h907 static ExternalReference math_exp_constants(int constant_index);
Dcode-stubs-hydrogen.cc597 DescriptorArray::GetValueOffset(casted_stub()->constant_index())); in BuildCodeStub()