Home
last modified time | relevance | path

Searched defs:constant_index (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter.cc248 Node* constant_index = __ BytecodeOperandIdx(0); in DoLoadGlobal() local
364 Node* constant_index = __ BytecodeOperandIdx(0); in DoStoreGlobal() local
577 Node* constant_index = __ BytecodeOperandIdx(1); in DoLoadIC() local
704 Node* constant_index = __ BytecodeOperandIdx(1); in DoStoreIC() local
/external/v8/src/ic/
Dhandler-compiler.cc204 int constant_index) { in CompileLoadConstant()
/external/v8/src/
Dcode-stubs.h1089 LoadConstantStub(Isolate* isolate, int constant_index) in LoadConstantStub()
1094 int constant_index() const { in constant_index() function
Dassembler.cc1378 ExternalReference ExternalReference::math_exp_constants(int constant_index) { in math_exp_constants()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp1443 ir_constant *constant_index; in visit() local