Searched defs:callRuntime (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 5900 &callRuntime, &initialized); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 1423 BRANCH(TaggedIsTrue(isStartHeapSampling), callRuntime, &next);
in AllocateInSOldPrologue() local 1433 BRANCH(IntPtrGreaterThan(newTop, end), callRuntime, &success);
in AllocateInSOldPrologue() local 1473 BRANCH(TaggedIsTrue(isStartHeapSampling), callRuntime, in AllocateInYoungPrologue() local 1410 AllocateInSOldPrologue([[maybe_unused]] Variable *result, Label *callRuntime, [[maybe_unused]] Label *exit) AllocateInSOldPrologue() argument 1460 AllocateInYoungPrologue([[maybe_unused]] Variable *result, Label *callRuntime, [[maybe_unused]] Label *exit) AllocateInYoungPrologue() argument 1483 BRANCH(IntPtrGreaterThan(newTop, end), callRuntime, &success); AllocateInYoungPrologue() local 1699 BRANCH(TaggedIsHeapObject(protoOrHclass), &isHeapObject, &callRuntime); FastNewThisObject() local 1701 BRANCH(IsJSHClass(protoOrHclass), &checkJSObject, &callRuntime); FastNewThisObject() local 1704 BRANCH(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_OBJECT))), &isJSObject, &callRuntime); FastNewThisObject() local 1708 BRANCH(IsEcmaObject(funcProto), &newObject, &callRuntime); FastNewThisObject() local 1738 BRANCH(IsJSFunction(newTarget), &isFunction, &callRuntime); FastSuperAllocateThis() local 1750 &newObject, &callRuntime); FastSuperAllocateThis() local [all...] |
| H A D | stub_builder.cpp | 9317 BRANCH(BitAnd(isPositive, isSingle), &process, &callRuntime); in IntToEcmaString() local
|
Completed in 32 milliseconds