Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc248 Node* constant_index = __ BytecodeOperandIdx(0); in DoLoadGlobal() local
249 Node* name = __ LoadConstantPoolEntry(constant_index); in DoLoadGlobal()
364 Node* constant_index = __ BytecodeOperandIdx(0); in DoStoreGlobal() local
365 Node* name = __ LoadConstantPoolEntry(constant_index); in DoStoreGlobal()
577 Node* constant_index = __ BytecodeOperandIdx(1); in DoLoadIC() local
578 Node* name = __ LoadConstantPoolEntry(constant_index); in DoLoadIC()
704 Node* constant_index = __ BytecodeOperandIdx(1); in DoStoreIC() local
705 Node* name = __ LoadConstantPoolEntry(constant_index); in DoStoreIC()
/external/v8/src/ic/
Dhandler-compiler.cc204 int constant_index) { in CompileLoadConstant() argument
207 LoadConstantStub stub(isolate(), constant_index); in CompileLoadConstant()
Dhandler-compiler.h132 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.cc1378 ExternalReference ExternalReference::math_exp_constants(int constant_index) { in math_exp_constants() argument
1381 reinterpret_cast<void*>(math_exp_constants_array + constant_index)); in math_exp_constants()
Dcode-stubs.h1089 LoadConstantStub(Isolate* isolate, int constant_index) in LoadConstantStub() argument
1091 set_sub_minor_key(ConstantIndexBits::encode(constant_index)); in LoadConstantStub()
1094 int constant_index() const { in constant_index() function
Dassembler.h968 static ExternalReference math_exp_constants(int constant_index);
Dcode-stubs-hydrogen.cc880 DescriptorArray::GetValueOffset(casted_stub()->constant_index())); in BuildCodeStub()