Searched refs:constant_index (Results 1 – 8 of 8) sorted by relevance
248 Node* constant_index = __ BytecodeOperandIdx(0); in DoLoadGlobal() local249 Node* name = __ LoadConstantPoolEntry(constant_index); in DoLoadGlobal()364 Node* constant_index = __ BytecodeOperandIdx(0); in DoStoreGlobal() local365 Node* name = __ LoadConstantPoolEntry(constant_index); in DoStoreGlobal()577 Node* constant_index = __ BytecodeOperandIdx(1); in DoLoadIC() local578 Node* name = __ LoadConstantPoolEntry(constant_index); in DoLoadIC()704 Node* constant_index = __ BytecodeOperandIdx(1); in DoStoreIC() local705 Node* name = __ LoadConstantPoolEntry(constant_index); in DoStoreIC()
204 int constant_index) { in CompileLoadConstant() argument207 LoadConstantStub stub(isolate(), constant_index); in CompileLoadConstant()
132 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()
1378 ExternalReference ExternalReference::math_exp_constants(int constant_index) { in math_exp_constants() argument1381 reinterpret_cast<void*>(math_exp_constants_array + constant_index)); in math_exp_constants()
1089 LoadConstantStub(Isolate* isolate, int constant_index) in LoadConstantStub() argument1091 set_sub_minor_key(ConstantIndexBits::encode(constant_index)); in LoadConstantStub()1094 int constant_index() const { in constant_index() function
968 static ExternalReference math_exp_constants(int constant_index);
880 DescriptorArray::GetValueOffset(casted_stub()->constant_index())); in BuildCodeStub()