Searched defs:raw (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | templateElement.h | 32 explicit TemplateElement(util::StringView const raw, util::StringView const cooked) in TemplateElement() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | free_object.h | 29 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 D | templateElementBuilder.h | 29 TemplateElementBuilder &SetRaw(util::StringView raw) in SetRaw() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stub_builder.cpp | 60 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfoFromFunction() local
|
| H A D | baseline_stubs-inl.h | 180 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET));
in GetProfileTypeInfoFromFunction() local
|
| H A D | baseline_stubs.cpp | 3339 GateRef raw = in GenerateCircuit() local 5613 GateRef raw = in GenerateCircuit() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | templateElement.h | 37 explicit TemplateElement(util::StringView raw, util::StringView cooked) in TemplateElement() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_function.h | 330 JSTaggedValue raw = GetRawProfileTypeInfo(); in GetProfileTypeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub-inl.h | 310 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfoFromFunction() local
|
| H A D | circuit_builder.cpp | 1367 GateRef raw = Load(VariableType::JS_POINTER(), function, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfo() local
|
| H A D | stub_builder-inl.h | 3683 GateRef raw = Load(VariableType::JS_POINTER(), jsFunc, IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET)); in GetProfileTypeInfo() local
|
Completed in 30 milliseconds