Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.cc44 SafepointEntry entry = GetEntry(i); in find_return_pc()
59 int trampoline_pc = GetEntry(i).trampoline_pc(); in FindEntry()
63 if (candidate != -1) return GetEntry(candidate); in FindEntry()
67 SafepointEntry entry = GetEntry(i); in FindEntry()
68 if (i == length_ - 1 || GetEntry(i + 1).pc() > pc_offset) { in FindEntry()
81 SafepointEntry entry = GetEntry(index); in Print()
H A Dsafepoint-table.h110 SafepointEntry GetEntry(int index) const { in GetEntry() function in v8::internal::SafepointTable
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.cc33 base::HashMap::Entry* entry = GetEntry(src, len); in GetCopy()
56 base::HashMap::Entry* entry = GetEntry(str, len); in AddOrDisposeString()
177 base::HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { in GetEntry() function in v8::internal::StringsStorage
H A Dstrings-storage.h61 base::CustomMatcherHashMap::Entry* GetEntry(const char* str, int len);
H A Dheap-snapshot-generator.cc1266 HeapEntry* key_entry = GetEntry(key); in ExtractEphemeronHashTableReferences()
1267 HeapEntry* value_entry = GetEntry(value); in ExtractEphemeronHashTableReferences()
1268 HeapEntry* table_entry = GetEntry(table); in ExtractEphemeronHashTableReferences()
1882 HeapEntry* V8HeapExplorer::GetEntry(Object obj) { in GetEntry() function in v8::internal::V8HeapExplorer
2013 HeapEntry* entry = GetEntry(obj); in IterateAndExtractReferences()
2073 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference()
2091 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference()
2099 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference()
2111 HeapEntry* child_entry = GetEntry(child_obj); in SetInternalReference()
2123 HeapEntry* child_entry = GetEntry(child_ob in SetInternalReference()
[all...]
H A Dheap-snapshot-generator.h499 HeapEntry* GetEntry(Object obj);
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc41 static inline uchar GetEntry(int32_t entry) { return entry & (kStartBit - 1); } in GetEntry() function
62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()
67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()
80 uchar entry = GetEntry(field); in LookupPredicate()
116 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()
121 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()
134 uchar entry = GetEntry(field); in LookupMapping()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function in spvtools::opt::DistanceVector
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function in spvtools::opt::DistanceVector
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function in spvtools::opt::DistanceVector
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function in spvtools::opt::DistanceVector
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function in spvtools::opt::DistanceVector
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function in spvtools::opt::DistanceVector
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h124 const Entry* GetEntry(int pc_offset) const { in GetEntry() function in v8::internal::wasm::DebugSideTable
H A Dwasm-debug.cc539 ? debug_side_table->GetEntry(pc_offset) in FrameInspectionScope()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 48 milliseconds