/external/v8/src/objects/ |
D | debug-objects.cc | 324 int CoverageInfo::StartSourcePosition(int slot_index) const { in StartSourcePosition() 325 DCHECK_LT(slot_index, SlotCount()); in StartSourcePosition() 326 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in StartSourcePosition() 330 int CoverageInfo::EndSourcePosition(int slot_index) const { in EndSourcePosition() 331 DCHECK_LT(slot_index, SlotCount()); in EndSourcePosition() 332 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in EndSourcePosition() 336 int CoverageInfo::BlockCount(int slot_index) const { in BlockCount() 337 DCHECK_LT(slot_index, SlotCount()); in BlockCount() 338 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in BlockCount() 342 void CoverageInfo::InitializeSlot(int slot_index, int from_pos, int to_pos) { in InitializeSlot() argument [all …]
|
D | debug-objects.h | 226 int StartSourcePosition(int slot_index) const; 227 int EndSourcePosition(int slot_index) const; 228 int BlockCount(int slot_index) const; 230 void InitializeSlot(int slot_index, int start_pos, int end_pos); 231 void IncrementBlockCount(int slot_index); 232 void ResetBlockCount(int slot_index); 244 static int FirstIndexForSlot(int slot_index) { in FirstIndexForSlot() argument 245 return kFirstSlotIndex + slot_index * kSlotIndexCount; in FirstIndexForSlot()
|
/external/v8/src/wasm/ |
D | jump-table-assembler.h | 42 static uint32_t SlotIndexToOffset(uint32_t slot_index) { in SlotIndexToOffset() argument 43 uint32_t line_index = slot_index / kJumpTableSlotsPerLine; in SlotIndexToOffset() 45 (slot_index % kJumpTableSlotsPerLine) * kJumpTableSlotSize; in SlotIndexToOffset() 58 static void EmitLazyCompileJumpSlot(Address base, uint32_t slot_index, in EmitLazyCompileJumpSlot() argument 62 Address slot = base + SlotIndexToOffset(slot_index); in EmitLazyCompileJumpSlot() 71 static void PatchJumpTableSlot(Address base, uint32_t slot_index, in PatchJumpTableSlot() argument 74 Address slot = base + SlotIndexToOffset(slot_index); in PatchJumpTableSlot()
|
/external/v8/src/ast/ |
D | context-slot-cache.cc | 43 int slot_index) { in Update() argument 45 DCHECK_LT(kNotFound, slot_index); in Update() 52 Value(mode, init_flag, maybe_assigned_flag, slot_index - kNotFound).raw(); in Update() 54 ValidateEntry(data, name, mode, init_flag, maybe_assigned_flag, slot_index); in Update() 68 int slot_index) { in ValidateEntry() argument 78 DCHECK_EQ(result.index() + kNotFound, slot_index); in ValidateEntry()
|
D | context-slot-cache.h | 29 MaybeAssignedFlag maybe_assigned_flag, int slot_index); 50 MaybeAssignedFlag maybe_assigned_flag, int slot_index);
|
/external/libchrome/base/threading/ |
D | thread_local_storage_unittest.cc | 117 size_t slot_index = 0; in Run() local 118 for (; slot_index < 10; ++slot_index) { in Run() 119 CreateTlsKeyWithDestructor(slot_index); in Run() 127 for (; slot_index < kKeyCount; ++slot_index) { in Run() 128 CreateTlsKeyWithDestructor(slot_index); in Run()
|
/external/v8/src/ |
D | contexts.cc | 47 int slot_index = ScopeInfo::ContextSlotIndex( in Lookup() local 51 if (slot_index >= 0) { in Lookup() 53 result->slot_index = slot_index; in Lookup() 231 *index = r.slot_index; in Lookup() 296 int slot_index = ScopeInfo::ContextSlotIndex(scope_info, name, &mode, in Lookup() local 298 DCHECK(slot_index < 0 || slot_index >= MIN_CONTEXT_SLOTS); in Lookup() 299 if (slot_index >= 0) { in Lookup() 302 slot_index, static_cast<uint8_t>(mode)); in Lookup() 304 *index = slot_index; in Lookup()
|
D | deoptimizer.h | 370 static uint32_t GetUInt32Slot(Address fp, int slot_index); 371 static Float32 GetFloatSlot(Address fp, int slot_index); 372 static Float64 GetDoubleSlot(Address fp, int slot_index);
|
D | code-stub-assembler.h | 1104 int slot_index); 1106 SloppyTNode<IntPtrT> slot_index); 1107 void StoreContextElement(SloppyTNode<Context> context, int slot_index, 1110 SloppyTNode<IntPtrT> slot_index, 1113 int slot_index, 1120 int slot_index, Label* if_equal) { in GotoIfContextElementEqual() argument 1121 GotoIf(WordEqual(value, LoadContextElement(native_context, slot_index)), in GotoIfContextElementEqual()
|
D | contexts.h | 369 int slot_index; member
|
D | frames.cc | 1639 int OptimizedFrame::StackSlotOffsetRelativeToFp(int slot_index) { in StackSlotOffsetRelativeToFp() argument 1641 ((slot_index + 1) * kPointerSize); in StackSlotOffsetRelativeToFp()
|
/external/curl/lib/ |
D | hash.c | 284 iter->slot_index = 0; in Curl_hash_start_iterate() 300 for(i = iter->slot_index; i < h->slots; i++) { in Curl_hash_next_element() 303 iter->slot_index = i + 1; in Curl_hash_next_element() 334 if(iter.slot_index != last_index) { 335 fprintf(stderr, "index %d:", iter.slot_index); 339 last_index = iter.slot_index;
|
D | hash.h | 68 int slot_index; member
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 226 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER() local 229 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 240 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER() local 243 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 252 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER() local 254 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 263 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER() local 265 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 277 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER() local 280 StoreContextElement(slot_context, slot_index, value); in IGNITION_HANDLER() [all …]
|
D | bytecode-array-builder.cc | 716 Register context, int slot_index, int depth, in LoadContextSlot() argument 720 OutputLdaImmutableCurrentContextSlot(slot_index); in LoadContextSlot() 723 OutputLdaCurrentContextSlot(slot_index); in LoadContextSlot() 726 OutputLdaImmutableContextSlot(context, slot_index, depth); in LoadContextSlot() 729 OutputLdaContextSlot(context, slot_index, depth); in LoadContextSlot() 735 int slot_index, in StoreContextSlot() argument 738 OutputStaCurrentContextSlot(slot_index); in StoreContextSlot() 740 OutputStaContextSlot(context, slot_index, depth); in StoreContextSlot() 758 const AstRawString* name, TypeofMode typeof_mode, int slot_index, in LoadLookupContextSlot() argument 762 OutputLdaLookupContextSlotInsideTypeof(name_index, slot_index, depth); in LoadLookupContextSlot() [all …]
|
D | bytecode-array-builder.h | 95 BytecodeArrayBuilder& LoadContextSlot(Register context, int slot_index, 101 BytecodeArrayBuilder& StoreContextSlot(Register context, int slot_index, 192 int slot_index, int depth);
|
D | interpreter-assembler.cc | 1773 Node* slot_index = BytecodeOperandIdx(0); in ToNumberOrNumeric() local 1775 UpdateFeedback(var_type_feedback.value(), feedback_vector, slot_index); in ToNumberOrNumeric()
|
/external/v8/src/debug/ |
D | debug-stack-trace-iterator.cc | 103 int slot_index = ScopeInfo::ContextSlotIndex( in GetReceiver() local 106 if (slot_index < 0) return v8::MaybeLocal<v8::Value>(); in GetReceiver() 107 Handle<Object> value = handle(context->get(slot_index), isolate_); in GetReceiver()
|
D | debug-scopes.cc | 863 int slot_index = ScopeInfo::ContextSlotIndex(scope_info, variable_name, &mode, in SetContextVariableValue() local 865 if (slot_index < 0) return false; in SetContextVariableValue() 867 context_->set(slot_index, *new_value); in SetContextVariableValue() 901 script_context->set(lookup_result.slot_index, *new_value); in SetScriptVariableValue()
|
/external/autotest/client/bin/input/ |
D | input_device.py | 319 for slot_index in range(self.num_slots): 320 slot_id = self._convert_slot_index_to_slot_id(slot_index) 321 self.mt_slots[slot_index][c].value = values[slot_id] 593 for slot_index in range(self.num_slots): 594 slot = self.mt_slots[slot_index] 597 slot_id = self._convert_slot_index_to_slot_id(slot_index)
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_query.c | 381 int slot_index = -1; in allocate_query() local 400 slot_index = allocate_query_slot(svga, alloc_entry); in allocate_query() 402 if (slot_index == -1) { in allocate_query() 409 slot_index = allocate_query_slot(svga, alloc_entry); in allocate_query() 412 assert(slot_index != -1); in allocate_query() 413 offset = slot_index * len + alloc_entry->start_offset; in allocate_query() 427 unsigned slot_index; in deallocate_query() local 437 slot_index = (offset - alloc_entry->start_offset) / in deallocate_query() 439 deallocate_query_slot(svga, alloc_entry, slot_index); in deallocate_query()
|
/external/v8/src/ic/ |
D | ic.cc | 497 lookup_result.slot_index, isolate()); in Load() 506 lookup_result.slot_index)) { in Load() 1355 FixedArray::get(*script_context, lookup_result.slot_index, isolate()); in Store() 1365 lookup_result.slot_index)) { in Store() 1375 script_context->set(lookup_result.slot_index, *value); in Store() 2225 FixedArray::get(*script_context, lookup_result.slot_index, isolate); in RUNTIME_FUNCTION() 2347 FixedArray::get(*script_context, lookup_result.slot_index, isolate); in RUNTIME_FUNCTION() 2354 script_context->set(lookup_result.slot_index, *value); in RUNTIME_FUNCTION()
|
D | accessor-assembler.cc | 2598 TNode<IntPtrT> slot_index = in LoadGlobalIC_TryPropertyCellCase() local 2602 TNode<Object> result = LoadContextElement(script_context, slot_index); in LoadGlobalIC_TryPropertyCellCase() 2954 TNode<IntPtrT> slot_index = in StoreGlobalIC() local 2958 StoreContextElement(script_context, slot_index, pp->value); in StoreGlobalIC()
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 933 size_t slot_index = 0; in Construct() local 935 size_t poke_offset = (slot_count - slot_index - 1) * kXRegSize; in Construct() 962 slot_index++; in Construct()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 1197 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupContextSlot() local 1199 const Operator* op = javascript()->LoadContext(depth, slot_index, false); in BuildLdaLookupContextSlot() 2466 int const slot_index = bytecode_iterator().GetIndexOperand(1); in VisitTestInstanceOf() local 2467 BuildCompareOp(javascript()->InstanceOf(CreateVectorSlotPair(slot_index))); in VisitTestInstanceOf()
|