Searched refs:constant_index (Results 1 – 8 of 8) sorted by relevance
959 ConstantInt *constant_index = dyn_cast<ConstantInt>(*ii); in Interpret() local961 if (!constant_index) in Interpret()977 …constant_index = cast<ConstantInt>(ConstantInt::get((*ii)->getType(), I.ULongLong(LLDB_INVALID_ADD… in Interpret()980 const_indices.push_back(constant_index); in Interpret()
191 int constant_index) { in CompileLoadConstant() argument194 LoadConstantStub stub(isolate(), constant_index); in CompileLoadConstant()
118 Handle<Code> CompileLoadConstant(Handle<Name> name, int constant_index);
1443 ir_constant *constant_index; in visit() local1447 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()
1358 ExternalReference ExternalReference::math_exp_constants(int constant_index) { in math_exp_constants() argument1361 reinterpret_cast<void*>(math_exp_constants_array + constant_index)); in math_exp_constants()
934 LoadConstantStub(Isolate* isolate, int constant_index) in LoadConstantStub() argument936 set_sub_minor_key(ConstantIndexBits::encode(constant_index)); in LoadConstantStub()939 int constant_index() const { in constant_index() function
907 static ExternalReference math_exp_constants(int constant_index);
597 DescriptorArray::GetValueOffset(casted_stub()->constant_index())); in BuildCodeStub()