Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js161 func = new Profile.FunctionEntry(name);
452 if (entries[i][1].constructor === Profile.FunctionEntry) {
462 if (entries[i][1].constructor === Profile.FunctionEntry &&
566 Profile.FunctionEntry = function(name) { class in Profile
574 Profile.FunctionEntry.prototype.getName = function() {
585 Profile.FunctionEntry.prototype.toString = CodeMap.CodeEntry.prototype.toString;
/external/v8/src/parsing/
Dparser.h34 class FunctionEntry BASE_EMBEDDED {
45 explicit FunctionEntry(Vector<unsigned> backing) in FunctionEntry() function
48 FunctionEntry() : backing_() { } in FunctionEntry() function
/external/libunwind_llvm/src/
DUnwindCursor.hpp36 PRUNTIME_FUNCTION FunctionEntry; member
494 _dispContext.FunctionEntry = RtlLookupFunctionEntry(pc, in lookUpSEHUnwindInfo()
498 return _dispContext.FunctionEntry; in lookUpSEHUnwindInfo()
505 _dispContext.FunctionEntry, in stepWithSEHData()
DUnwind-seh.cpp442 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp1167 void resolvePHIInfos(MachineBasicBlock *FunctionEntry);
2258 void AMDGPUMachineCFGStructurizer::resolvePHIInfos(MachineBasicBlock *FunctionEntry) { in resolvePHIInfos() argument
/external/v8/src/
Dutils.h997 static BailoutId FunctionEntry() { return BailoutId(kFunctionEntryId); } in FunctionEntry() function