Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp78 auto stubs = info->GetStubs(); in LoadStubFile() local
79 InitializeStubEntries(stubs); in LoadStubFile()
327 … const std::vector<AOTFileInfo::FuncEntryDes> &stubs, in AdjustBCStubAndDebuggerStubEntries() argument
330 auto defaultBCStubDes = stubs[BytecodeStubCSigns::SingleStepDebugging]; in AdjustBCStubAndDebuggerStubEntries()
331 auto defaultBCDebuggerStubDes = stubs[BytecodeStubCSigns::BCDebuggerEntry]; in AdjustBCStubAndDebuggerStubEntries()
332 auto defaultBCDebuggerExceptionStubDes = stubs[BytecodeStubCSigns::BCDebuggerExceptionEntry]; in AdjustBCStubAndDebuggerStubEntries()
339 …thread->SetBCStubEntry(BytecodeStubCSigns::ID_##name, stubs[BytecodeStubCSigns::ID_##name].codeAdd… in AdjustBCStubAndDebuggerStubEntries()
352 void AOTFileManager::InitializeStubEntries(const std::vector<AnFileInfo::FuncEntryDes> &stubs) in InitializeStubEntries() argument
355 size_t len = stubs.size(); in InitializeStubEntries()
357 auto des = stubs[i]; in InitializeStubEntries()
[all …]
Daot_file_manager.h194 void InitializeStubEntries(const std::vector<AnFileInfo::FuncEntryDes>& stubs);
196 … const std::vector<AOTFileInfo::FuncEntryDes> &stubs,
/arkcompiler/toolchain/build/third_party_gn/protobuf/
DBUILD.gn43 "$protobuf_src_root/google/protobuf/stubs/bytestream.cc",
44 "$protobuf_src_root/google/protobuf/stubs/common.cc",
45 "$protobuf_src_root/google/protobuf/stubs/int128.cc",
46 "$protobuf_src_root/google/protobuf/stubs/status.cc",
47 "$protobuf_src_root/google/protobuf/stubs/statusor.cc",
48 "$protobuf_src_root/google/protobuf/stubs/stringpiece.cc",
49 "$protobuf_src_root/google/protobuf/stubs/stringprintf.cc",
50 "$protobuf_src_root/google/protobuf/stubs/structurally_valid.cc",
51 "$protobuf_src_root/google/protobuf/stubs/strutil.cc",
52 "$protobuf_src_root/google/protobuf/stubs/time.cc",
[all …]
/arkcompiler/ets_runtime/
DREADME_zh.md47 │ ├─ stubs # runtime桩函数
DREADME.md34 │ ├─ stubs # Runtime stub functions
DBUILD.gn831 "ecmascript/stubs/runtime_stubs.cpp",
839 "ecmascript/stubs/test_runtime_stubs.cpp",