Home
last modified time | relevance | path

Searched refs:ChangeIntPtrToInt32 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.cpp133 return GetStringFromConstPool(glue, constpool, ChangeIntPtrToInt32(prop)); in ResolvePropKey()
Dnew_object_stub_builder.cpp108 result->ReadVariable(), *initValue, Int32(JSObject::SIZE), ChangeIntPtrToInt32(size_)); in NewJSObject()
Dinterpreter_stub-inl.h455 Branch(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs()
Dstub_builder.h273 GateRef ChangeIntPtrToInt32(GateRef val);
Dstub_builder-inl.h932 inline GateRef StubBuilder::ChangeIntPtrToInt32(GateRef val) in ChangeIntPtrToInt32() function