Searched refs:map_bit_field (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 1539 Register map_bit_field = kInterpreterAccumulatorRegister; in VisitTestUndetectable() local 1540 __ LoadMap(map_bit_field, kInterpreterAccumulatorRegister); in VisitTestUndetectable() 1541 __ LoadWord8Field(map_bit_field, map_bit_field, Map::kBitFieldOffset); in VisitTestUndetectable() 1542 __ TestAndBranch(map_bit_field, Map::Bits1::IsUndetectableBit::kMask, in VisitTestUndetectable() 1666 Register map_bit_field = kInterpreterAccumulatorRegister; in VisitTestTypeOf() local 1667 __ LoadMap(map_bit_field, kInterpreterAccumulatorRegister); in VisitTestTypeOf() 1668 __ LoadWord8Field(map_bit_field, map_bit_field, Map::kBitFieldOffset); in VisitTestTypeOf() 1669 __ TestAndBranch(map_bit_field, Ma in VisitTestTypeOf() 1686 Register map_bit_field = kInterpreterAccumulatorRegister; VisitTestTypeOf() local 1719 Register map_bit_field = kInterpreterAccumulatorRegister; VisitTestTypeOf() local 2214 Register map_bit_field = scratch_scope.AcquireScratch(); VisitThrowIfNotSuperConstructor() local [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 2930 TNode<Int32T> map_bit_field = LoadMapBitField(map); 2932 BranchIfHasPrototypeProperty(function, map_bit_field, &next_check, runtime); 2934 GotoIf(IsSetWord32<Map::Bits1::HasNonInstancePrototypeBit>(map_bit_field),
|
Completed in 19 milliseconds