Home
last modified time | relevance | path

Searched defs:extraLiteralInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h97 static uint64_t SetCallNapi(uint64_t extraLiteralInfo, bool isCallNapi) in SetCallNapi()
102 static bool IsCallNapi(uint64_t extraLiteralInfo) in IsCallNapi()
263 uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind()
268 FunctionKind GetFunctionKind(uint64_t extraLiteralInfo) const in GetFunctionKind()
283 uint64_t SetDeoptType(uint64_t extraLiteralInfo, kungfu::DeoptType type) in SetDeoptType()
288 uint64_t SetIsSendable(uint64_t extraLiteralInfo, bool isShared) in SetIsSendable()
298 int32_t GetFpDelta(uint64_t extraLiteralInfo) const in GetFpDelta()
305 uint64_t extraLiteralInfo = GetExtraLiteralInfo(); in SetDeoptType() local
310 kungfu::DeoptType GetDeoptType(uint64_t extraLiteralInfo) const in GetDeoptType()
317 uint64_t extraLiteralInfo = GetExtraLiteralInfo(); in GetDeoptType() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h414 GateRef extraLiteralInfo = Load(VariableType::INT64(), method, extraLiteralInfoOffset); in GetBuiltinsId() local
Dhcr_circuit_builder.cpp343 GateRef extraLiteralInfo = Load(VariableType::INT64(), method, extraLiteralInfoOffset); in GetCallBuiltinId() local
Dstub_builder-inl.h3443 GateRef extraLiteralInfo = Load(VariableType::INT64(), method, extraLiteralInfoOffset); in GetBuiltinId() local