Searched refs:IsJSObjectType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.cpp | 439 Branch(BoolOr(IsJSObjectType(buffer, JSType::JS_ARRAY_BUFFER), in SubArray() 440 IsJSObjectType(buffer, JSType::JS_SHARED_ARRAY_BUFFER)), &offHeap, slowPath); in SubArray()
|
| D | stub_builder.h | 383 GateRef IsJSObjectType(GateRef obj, JSType jsType);
|
| D | stub_builder-inl.h | 1343 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.cpp | 32 GateRef isJsCollectionObj = IsJSObjectType(thisValue_, jsType); in CheckCollectionObj()
|
| D | builtins_object_stub_builder.cpp | 209 Branch(IsJSObjectType(thisValue_, JSType::JS_OBJECT), &objectTag, slowPath); in ToString() 652 Branch(IsJSObjectType(source, JSType::JS_OBJECT), &fastAssign, &slowAssign); in Assign() 674 Branch(IsJSObjectType(target, JSType::JS_OBJECT), &jsObject, slowPath); in Assign()
|