MCPcopy Create free account
hub / github.com/apache/impala / CheckObjCacheExists

Method CheckObjCacheExists

be/src/codegen/llvm-codegen-cache-test.cc:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void LlvmCodeGenCacheTest::CheckObjCacheExists(LlvmCodeGen* codegen) {
336 // If a cache is written, the size of it should be larger than size of the struct.
337 EXPECT_GT(codegen->engine_cache()->objSize(), sizeof(CodeGenObjectCache));
338}
339
340int64_t LlvmCodeGenCacheTest::GetMemCharge(
341 LlvmCodeGen* codegen, const string& key_str, bool is_normal_mode) {

Callers

nothing calls this directly

Calls 2

objSizeMethod · 0.80
engine_cacheMethod · 0.80

Tested by

no test coverage detected