Home
last modified time | relevance | path

Searched refs:IsUndetectableMap (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1745 SelectBooleanConstant(IsUndetectableMap(LoadMap(CAST(object)))); in IGNITION_HANDLER()
1841 Branch(IsUndetectableMap(LoadMap(CAST(object))), &if_true, &if_false); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1505 GotoIf(IsUndetectableMap(value_map), if_false); in BranchIfToBooleanIsTrue()
6197 TNode<BoolT> CodeStubAssembler::IsUndetectableMap(TNode<Map> map) { in IsUndetectableMap() function in v8::internal::CodeStubAssembler
12749 GotoIf(IsUndetectableMap(left_map), &if_left_not_boolean); in Equal()
12760 GotoIf(IsUndetectableMap(right_map), &if_right_undetectable); in Equal()
12872 Branch(IsUndetectableMap(right_map), &if_right_undetectable, in Equal()
12883 Branch(IsUndetectableMap(left_map), &if_equal, &if_notequal); in Equal()
Dcode-stub-assembler.h2646 TNode<BoolT> IsUndetectableMap(TNode<Map> map);