Home
last modified time | relevance | path

Searched defs:startOffset (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp.cpp63 …xecResult EtsRegExp::Execute(const PandaVector<uint8_t> &str, const int len, const int startOffset) in Execute()
Dregexp_8.cpp44 …pExecResult RegExp8::Execute(Pcre2Obj re, const uint8_t *str, const int len, const int startOffset) in Execute()
Dregexp_16.cpp44 RegExpExecResult RegExp16::Execute(Pcre2Obj re, const uint16_t *str, int len, const int startOffset) in Execute()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DBaseTypeScriptLinter.ts99 const [startOffset, endOffset] = TsUtils.getHighlightRange(node, faultId); constant
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp103 uint32_t startOffset = state_->GetAddress(); in HandleStartLocal() local
113 uint32_t startOffset = state_->GetAddress(); in HandleStartLocalExtended() local
Ddebug_info_extractor.h71 uint32_t startOffset; member
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.h51 uint32_t startOffset; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp91 uint32 startOffset = Alignment::Align<uint32>(tmpOffset, k8ByteSize); in EmitSwitchTable() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.cpp116 uint32_t startOffset = 0; in CreateIrLocalVariable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h390 uint32 startOffset = 0; variable
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp432 ZipPos startOffset = zipEntry.localHeaderOffset; in GetEntryStart() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.cpp678 ZipPos startOffset = zipEntry.localHeaderOffset; in GetEntryStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h276 int64_t startOffset; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp872 GateRef startOffset = Int32Mul(oldL, Int32(JSTaggedValue::TaggedTypeSize())); in ExtendArray() local
2844 auto startOffset = Int32(ByteArray::DATA_OFFSET); in NewByteArray() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp196 uint32_t startOffset = 0; in GetVregIndex() local
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h2383 Coverage &SetStartOffset(int32_t startOffset) in SetStartOffset()
Dpt_types.cpp2833 int32_t startOffset; in Create() local