Home
last modified time | relevance | path

Searched defs:slot_index (Results 1 - 25 of 26) sorted by relevance

12

/third_party/curl/lib/
H A Dhash.h70 int slot_index; member
/third_party/node/deps/v8/src/debug/
H A Ddebug-stack-trace-iterator.cc104 int slot_index = context->scope_info().ContextSlotIndex( in GetReceiver() local
H A Ddebug-scopes.cc1066 int slot_index = context_->scope_info().ContextSlotIndex(variable_name); in SetContextVariableValue() local
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h71 static uint32_t JumpSlotIndexToOffset(uint32_t slot_index) { in JumpSlotIndexToOffset() argument
86 static uint32_t FarJumpSlotIndexToOffset(uint32_t slot_index) { in FarJumpSlotIndexToOffset() argument
105 static uint32_t LazyCompileSlotIndexToOffset(uint32_t slot_index) { in LazyCompileSlotIndexToOffset() argument
[all...]
H A Dwasm-code-manager.cc1182 uint32_t slot_index = declared_function_index(module(), func_index); in UseLazyStub() local
1526 void NativeModule::PatchJumpTablesLocked(uint32_t slot_index, Address target) { in PatchJumpTablesLocked() argument
1536 PatchJumpTableLocked(const CodeSpaceData& code_space_data, uint32_t slot_index, Address target) PatchJumpTableLocked() argument
[all...]
H A Dmodule-compiler.cc3369 int slot_index = function_index - imported; in InitializeRecompilation() local
3542 int slot_index = in OnFinishedUnits() local
/third_party/node/deps/v8/src/objects/
H A Dscope-info.h39 int slot_index; member
H A Ddebug-objects.cc367 void CoverageInfo::InitializeSlot(int slot_index, int from_pos, int to_pos) { in InitializeSlot() argument
374 void CoverageInfo::ResetBlockCount(int slot_index) { in ResetBlockCount() argument
H A Dcontexts.cc85 int slot_index = context.scope_info().ContextSlotIndex(name, result); in Lookup() local
315 int slot_index = scope_info.ContextSlotIndex(name, &lookup_result); in Lookup() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c375 int slot_index = -1; in allocate_query() local
421 unsigned slot_index; in deallocate_query() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc144 FeedbackSlot slot_index = GetSlotOperand(0); in BuildGenericUnaryOperationNode() local
154 FeedbackSlot slot_index = GetSlotOperand(1); in BuildGenericBinaryOperationNode() local
164 FeedbackSlot slot_index = GetSlotOperand(1); in BuildGenericBinarySmiOperationNode() local
270 int slot_index = iterator_.GetIndexOperand(0); in VisitLdaCurrentContextSlot() local
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc851 void StoreContextSlot(TNode<Context> context, size_t slot_index, in StoreContextSlot() argument
H A Djs-heap-broker.cc320 int GlobalAccessFeedback::slot_index() const { in slot_index() function in v8::internal::compiler::GlobalAccessFeedback
291 GlobalAccessFeedback(ContextRef script_context, int slot_index, bool immutable, FeedbackSlotKind slot_kind) GlobalAccessFeedback() argument
H A Dbytecode-graph-builder.cc1839 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupContextSlot() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc257 TNode<IntPtrT> slot_index = Signed(BytecodeOperandIdx(1)); in IGNITION_HANDLER() local
271 TNode<IntPtrT> slot_index = Signed(BytecodeOperandIdx(1)); in IGNITION_HANDLER() local
283 TNode<IntPtrT> slot_index = Signed(BytecodeOperandIdx(0)); IGNITION_HANDLER() local
294 TNode<IntPtrT> slot_index = Signed(BytecodeOperandIdx(0)); IGNITION_HANDLER() local
308 TNode<IntPtrT> slot_index = Signed(BytecodeOperandIdx(1)); IGNITION_HANDLER() local
321 TNode<IntPtrT> slot_index = Signed(BytecodeOperandIdx(0)); IGNITION_HANDLER() local
361 TNode<IntPtrT> slot_index = Signed(BytecodeOperandIdx(1)); LookupContextSlot() local
882 TNode<UintPtrT> slot_index = BytecodeOperandIdx(1); BinaryOpWithFeedback() local
898 TNode<UintPtrT> slot_index = BytecodeOperandIdx(1); BinaryOpSmiWithFeedback() local
1007 TNode<UintPtrT> slot_index = BytecodeOperandIdx(1); BitwiseBinaryOpWithFeedback() local
1023 TNode<UintPtrT> slot_index = BytecodeOperandIdx(1); BitwiseBinaryOpWithSmi() local
1116 TNode<UintPtrT> slot_index = BytecodeOperandIdx(0); IGNITION_HANDLER() local
1161 TNode<UintPtrT> slot_index = BytecodeOperandIdx(0); IGNITION_HANDLER() local
1223 TNode<UintPtrT> slot_index = BytecodeOperandIdx(0); IGNITION_HANDLER() local
1241 TNode<UintPtrT> slot_index = BytecodeOperandIdx(0); IGNITION_HANDLER() local
1632 TNode<UintPtrT> slot_index = BytecodeOperandIdx(1); CompareOpWithFeedback() local
[all...]
H A Dinterpreter-assembler.cc1604 TNode<UintPtrT> slot_index = BytecodeOperandIdx(0); in ToNumberOrNumeric() local
H A Dbytecode-array-builder.cc746 LoadContextSlot( Register context, int slot_index, int depth, ContextSlotMutability mutability) LoadContextSlot() argument
765 StoreContextSlot(Register context, int slot_index, int depth) StoreContextSlot() argument
790 LoadLookupContextSlot( const AstRawString* name, TypeofMode typeof_mode, int slot_index, int depth) LoadLookupContextSlot() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc608 size_t slot_index = offset / TargetArchitecture::TaggedSize(); in ComputeSlotKindsHelper() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c76 unsigned slot_index; member
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc70 Operand SlotToOperand(int slot_index, int extra = 0) { in SlotToOperand() argument
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc2819 int slot_index = context_header_length + it->index(); in FinalizeReparsedClassScope() local
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1934 int OptimizedFrame::StackSlotOffsetRelativeToFp(int slot_index) { in StackSlotOffsetRelativeToFp() argument
2368 int slot_index = Context::MIN_CONTEXT_SLOTS + it->index(); in Print() local
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1634 GotoIfContextElementEqual(TNode<Object> value, TNode<NativeContext> native_context, int slot_index, Label* if_equal) GotoIfContextElementEqual() argument
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3346 TNode<IntPtrT> slot_index = in LoadGlobalIC_TryPropertyCellCase() local
3813 TNode<IntPtrT> slot_index = in StoreGlobalIC() local
/third_party/node/deps/v8/src/heap/
H A Dheap.cc4758 int slot_index = variable
7292 int slot_index = EphemeronHashTable::SlotToIndex(table.address(), slot); in RecordEphemeronKeyWrite() local

Completed in 97 milliseconds

12