Home
last modified time | relevance | path

Searched defs:slot_index (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/ast/
Dcontext-slot-cache.cc48 int slot_index) { in Update()
78 int slot_index) { in ValidateEntry()
Dscopeinfo.cc700 String* ScopeInfo::ContextSlotName(int slot_index) { in ContextSlotName()
/external/curl/lib/
Dhash.h67 int slot_index; member
/external/v8/src/interpreter/
Dinterpreter.cc516 Node* slot_index = __ BytecodeOperandIdx(1); in DoLdaContextSlot() local
528 Node* slot_index = __ BytecodeOperandIdx(0); in DoLdaCurrentContextSlot() local
543 Node* slot_index = __ BytecodeOperandIdx(1); in DoStaContextSlot() local
556 Node* slot_index = __ BytecodeOperandIdx(0); in DoStaCurrentContextSlot() local
592 Node* slot_index = __ BytecodeOperandIdx(1); in DoLdaLookupContextSlot() local
971 Node* slot_index = __ BytecodeOperandIdx(1); in DoBinaryOpWithFeedback() local
985 Node* slot_index = __ BytecodeOperandIdx(1); in DoCompareOpWithFeedback() local
1126 Node* slot_index = __ BytecodeOperandIdx(1); in DoBitwiseBinaryOp() local
1256 Node* slot_index = __ BytecodeOperandIdx(2); in DoAddSmi() local
1310 Node* slot_index = __ BytecodeOperandIdx(2); in DoSubSmi() local
[all …]
Dbytecode-array-builder.cc460 int slot_index, in LoadContextSlot()
471 int slot_index, in StoreContextSlot()
494 const Handle<String> name, TypeofMode typeof_mode, int slot_index, in LoadLookupContextSlot()
/external/v8/src/
Dcontexts.cc45 int slot_index = ScopeInfo::ContextSlotIndex( in Lookup() local
313 int slot_index = ScopeInfo::ContextSlotIndex(scope_info, name, &mode, in Lookup() local
Dcontexts.h353 int slot_index; member
Dframes.cc1354 int OptimizedFrame::StackSlotOffsetRelativeToFp(int slot_index) { in StackSlotOffsetRelativeToFp()
Dcode-stub-assembler.cc1291 Node* CodeStubAssembler::LoadContextElement(Node* context, int slot_index) { in LoadContextElement()
1296 Node* CodeStubAssembler::LoadContextElement(Node* context, Node* slot_index) { in LoadContextElement()
1303 Node* CodeStubAssembler::StoreContextElement(Node* context, int slot_index, in StoreContextElement()
1310 Node* CodeStubAssembler::StoreContextElement(Node* context, Node* slot_index, in StoreContextElement()
Dcode-stubs.h2259 int slot_index() const { return SlotIndexBits::decode(minor_key_); } in slot_index() function
/external/v8/src/ic/arm64/
Dic-arm64.cc405 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() local
/external/v8/src/ic/mips64/
Dic-mips64.cc420 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() local
/external/v8/src/ic/mips/
Dic-mips.cc417 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() local
/external/v8/src/ic/arm/
Dic-arm.cc442 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() local
/external/v8/src/ic/s390/
Dic-s390.cc433 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() local
/external/v8/src/ic/x64/
Dic-x64.cc319 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() local
/external/v8/src/ic/ppc/
Dic-ppc.cc439 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() local
/external/v8/src/compiler/
Dbytecode-graph-builder.cc904 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupContextSlot() local
1440 int slot_index = bytecode_iterator().GetIndexOperand(1); in GetCompareOperationHint() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.h4960 HLoadContextSlot(HValue* context, int slot_index, Mode mode) in HLoadContextSlot()
4967 int slot_index() const { return slot_index_; } in slot_index() function
5018 int slot_index() const { return slot_index_; } in slot_index() function
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc59 Operand SlotToOperand(int slot_index, int extra = 0) { in SlotToOperand()