Searched refs:DependOnObjectSlotValue (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | compilation-dependencies.h | 97 void DependOnObjectSlotValue(const HeapObjectRef& object, int offset,
|
D | js-create-lowering.cc | 1682 dependencies()->DependOnObjectSlotValue(boilerplate, HeapObject::kMapOffset, in TryAllocateFastLiteral() 1850 dependencies()->DependOnObjectSlotValue( in TryAllocateFastLiteralElements() 1858 dependencies()->DependOnObjectSlotValue(boilerplate_elements, in TryAllocateFastLiteralElements()
|
D | compilation-dependencies.cc | 1150 void CompilationDependencies::DependOnObjectSlotValue( in DependOnObjectSlotValue() function in v8::internal::compiler::CompilationDependencies
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 45494 +void CompilationDependencies::DependOnObjectSlotValue( 45512 + void DependOnObjectSlotValue(const HeapObjectRef& object, int offset, 45620 + dependencies()->DependOnObjectSlotValue(boilerplate, HeapObject::kMapOffset, 45631 + dependencies()->DependOnObjectSlotValue( 45639 + dependencies()->DependOnObjectSlotValue(boilerplate_elements,
|