Home
last modified time | relevance | path

Searched refs:functionStart (Results 1 – 5 of 5) sorted by relevance

/external/libunwind_llvm/src/
DCompactUnwinder.hpp36 uint32_t functionStart, A &addressSpace,
48 uint32_t functionStart, A &addressSpace,
51 compact_unwind_encoding_t compactEncoding, uint32_t functionStart,
57 compact_unwind_encoding_t compactEncoding, uint32_t functionStart, in stepWithCompactEncoding() argument
61 return stepWithCompactEncodingEBPFrame(compactEncoding, functionStart, in stepWithCompactEncoding()
64 return stepWithCompactEncodingFrameless(compactEncoding, functionStart, in stepWithCompactEncoding()
67 return stepWithCompactEncodingFrameless(compactEncoding, functionStart, in stepWithCompactEncoding()
75 compact_unwind_encoding_t compactEncoding, uint32_t functionStart, in stepWithCompactEncodingEBPFrame() argument
104 (void)functionStart; in stepWithCompactEncodingEBPFrame()
107 compactEncoding, functionStart); in stepWithCompactEncodingEBPFrame()
[all …]
/external/swiftshader/src/Reactor/
DLLVMRoutineManager.cpp79 …void LLVMRoutineManager::endFunctionBody(const llvm::Function *function, uint8_t *functionStart, u… in endFunctionBody() argument
81 routine->functionSize = static_cast<int>(static_cast<ptrdiff_t>(functionEnd - functionStart)); in endFunctionBody()
DLLVMRoutineManager.hpp38 …virtual void endFunctionBody(const llvm::Function *function, uint8_t *functionStart, uint8_t *func…
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java1768 int functionStart = input.indexOf('&', pos);
1769 if (functionStart < 0) {
1772 int functionEnd = input.indexOf('(', functionStart);
1774 Transform<String, String> func = functionMap.get(input.substring(functionStart + 1,
1782 input = input.substring(0, functionStart) + temp + input.substring(argEnd + 1);
1783 pos = functionStart + temp.length();
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp6413 const char functionStart[] = in createOpConstantNullTests() local
6518 fragments["testfun"] = string(functionStart) + tests[testNdx].code + functionEnd; in createOpConstantNullTests()
6530 const char functionStart[] = in createOpConstantCompositeTests() local
6660 fragments["testfun"] = string(functionStart) + tests[testNdx].code + functionEnd; in createOpConstantCompositeTests()
9694 const char functionStart[] = in createOpConstantFloat16Tests() local
9853 fragments["testfun"] = string(functionStart) + tests[testNdx].code + functionEnd; in createOpConstantFloat16Tests()