Home
last modified time | relevance | path

Searched defs:raw (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DtemplateElement.h32 explicit TemplateElement(util::StringView const raw, util::StringView const cooked) in TemplateElement() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dfree_object.h29 auto raw = ObjectAccessor::GetPrimitive<coretypes::TaggedType>(this, GetTaggedSizeOffset()); in GetSize() local
35 auto raw = ObjectAccessor::GetPrimitive<coretypes::TaggedType>(this, GetTaggedNextOffset()); in GetNext() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtemplateElementBuilder.h29 TemplateElementBuilder &SetRaw(util::StringView raw) in SetRaw() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.cpp60 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfoFromFunction() local
H A Dbaseline_stubs-inl.h180 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfoFromFunction() local
H A Dbaseline_stubs.cpp3339 GateRef raw = in GenerateCircuit() local
5613 GateRef raw = in GenerateCircuit() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DtemplateElement.h37 explicit TemplateElement(util::StringView raw, util::StringView cooked) in TemplateElement() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.h330 JSTaggedValue raw = GetRawProfileTypeInfo(); in GetProfileTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h310 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfoFromFunction() local
H A Dcircuit_builder.cpp1367 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfo() local
H A Dstub_builder-inl.h3683 GateRef raw = Load(VariableType::JS_POINTER(), jsFunc, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfo() local

Completed in 30 milliseconds