Home
last modified time | relevance | path

Searched refs:NewThisObjectChecked (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h74 V(NewThisObjectChecked) \
Dnew_object_stub_builder.h59 GateRef NewThisObjectChecked(GateRef glue, GateRef ctor);
Dcall_signature.h372 V(NewThisObjectChecked) \
Dnew_object_stub_builder.cpp462 GateRef NewObjectStubBuilder::NewThisObjectChecked(GateRef glue, GateRef ctor) in NewThisObjectChecked() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dcommon_stubs.cpp659 Return(newBuilder.NewThisObjectChecked(glue, ctor)); in GenerateCircuit()
Dcall_signature.cpp613 DEF_CALL_SIGNATURE(NewThisObjectChecked) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp1676 …GateRef thisObj = builder_.CallStub(glue_, gate, CommonStubCSigns::NewThisObjectChecked, { glue_, … in LowerNewObjRange()