Searched defs:type_hint (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 445 static constexpr ToBooleanMode ToBooleanModeFromTypeHint(TypeHint type_hint) { in ToBooleanModeFromTypeHint() argument
|
H A D | bytecode-generator.cc | 658 TypeHint type_hint() const { return type_hint_; } in type_hint() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope 5803 TypeHint type_hint = VisitForAccumulatorValue(expr->expression()); in VisitNot() local 6216 TypeHint type_hint = VisitForAccumulatorValue(subexpr); in VisitArithmeticExpression() local 6240 TypeHint type_hint = VisitForAccumulatorValue(expr->first()); in VisitNaryArithmeticExpression() local 6477 TypeHint type_hint = VisitForAccumulatorValue(substitutions[i]); in VisitTemplateLiteral() local 6599 TypeHint type_hint = VisitForAccumulatorValue(expr); VisitLogicalOrSubExpression() local 6617 TypeHint type_hint = VisitForAccumulatorValue(expr); VisitLogicalAndSubExpression() local 7124 TypeHint type_hint; VisitForTest() local 7154 TypeHint type_hint = VisitForAccumulatorValue(expr); VisitForNullishTest() local [all...] |
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | get-object-properties.cc | 154 GetTypedHeapObject(uintptr_t address, d::MemoryAccessor accessor, const char* type_hint, const d::HeapAddresses& heap_addresses) GetTypedHeapObject() argument 553 GetHeapObjectPropertiesNotCompressed( uintptr_t address, d::MemoryAccessor accessor, const char* type_hint, const d::HeapAddresses& heap_addresses) GetHeapObjectPropertiesNotCompressed() argument 599 GetHeapObjectPropertiesMaybeCompressed( uintptr_t address, d::MemoryAccessor memory_accessor, d::HeapAddresses heap_addresses, const char* type_hint) GetHeapObjectPropertiesMaybeCompressed() argument 629 GetObjectProperties( uintptr_t address, d::MemoryAccessor memory_accessor, const d::HeapAddresses& heap_addresses, const char* type_hint) GetObjectProperties() argument 777 _v8_debug_helper_GetObjectProperties(uintptr_t object, d::MemoryAccessor memory_accessor, const d::HeapAddresses& heap_addresses, const char* type_hint) _v8_debug_helper_GetObjectProperties() argument [all...] |
Completed in 14 milliseconds